Re-enable alacritty decorations, disable translucency for alacritty and emacs
This commit is contained in:
parent
99364c041b
commit
51171ddb06
|
@ -19,8 +19,8 @@
|
||||||
x = 10;
|
x = 10;
|
||||||
y = 10;
|
y = 10;
|
||||||
};
|
};
|
||||||
decorations = "none";
|
# decorations = "none";
|
||||||
opacity = 0.9;
|
# opacity = 0.9;
|
||||||
};
|
};
|
||||||
live_config_reload = true;
|
live_config_reload = true;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
font = "${fonts.monospace.name}-${toString fonts.sizes.applications}";
|
font = "${fonts.monospace.name}-${toString fonts.sizes.applications}";
|
||||||
fixed-font-family = "${fonts.monospace.name}";
|
fixed-font-family = "${fonts.monospace.name}";
|
||||||
variable-font-family = "${fonts.sansSerif.name}";
|
variable-font-family = "${fonts.sansSerif.name}";
|
||||||
alpha = "90";
|
alpha = "100"; # "90";
|
||||||
in ''
|
in ''
|
||||||
(customize-set-variable 'shell-file-name "${shell}")
|
(customize-set-variable 'shell-file-name "${shell}")
|
||||||
(add-to-list 'initial-frame-alist '(font . "${font}"))
|
(add-to-list 'initial-frame-alist '(font . "${font}"))
|
||||||
|
|
Reference in a new issue