Re-enable alacritty decorations, disable translucency for alacritty and emacs

This commit is contained in:
Evie Litherland-Smith 2024-06-16 19:31:15 +01:00
parent 99364c041b
commit 51171ddb06
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@
x = 10;
y = 10;
};
decorations = "none";
opacity = 0.9;
# decorations = "none";
# opacity = 0.9;
};
live_config_reload = true;
selection.save_to_clipboard = true;

View file

@ -27,7 +27,7 @@
font = "${fonts.monospace.name}-${toString fonts.sizes.applications}";
fixed-font-family = "${fonts.monospace.name}";
variable-font-family = "${fonts.sansSerif.name}";
alpha = "90";
alpha = "100"; # "90";
in ''
(customize-set-variable 'shell-file-name "${shell}")
(add-to-list 'initial-frame-alist '(font . "${font}"))