Squashed commit of the following:
commit bf4873eb012235b4d82cd79c4f508064ead301ab Author: Joao Porta <jpedro.porta@gmail.com> Date: Fri Jul 17 17:24:26 2026 -0300 wake on lan
This commit is contained in:
@@ -20,36 +20,31 @@
|
||||
size = 10.3;
|
||||
normal = {
|
||||
family = "BerkeleyMono Nerd Font Mono";
|
||||
style = "Regular";
|
||||
};
|
||||
bold = {
|
||||
family = "BerkeleyMono Nerd Font Mono";
|
||||
style = "ExtraBold";
|
||||
};
|
||||
italic = {
|
||||
family = "BerkeleyMono Nerd Font Mono";
|
||||
style = "Oblique";
|
||||
};
|
||||
bold_italic = {
|
||||
family = "BerkeleyMono Nerd Font Mono";
|
||||
style = "ExtraBold Oblique";
|
||||
};
|
||||
};
|
||||
window = {
|
||||
decorations = "None";
|
||||
opacity = 0.8;
|
||||
blur = true;
|
||||
blur = false;
|
||||
dynamic_padding = true;
|
||||
padding = {
|
||||
x = 10;
|
||||
y = 16;
|
||||
};
|
||||
};
|
||||
keyboard = {
|
||||
bindings = [
|
||||
{
|
||||
key = "Return";
|
||||
mods = "Shift";
|
||||
chars = "\u001B\r";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user