mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
alacritty: enable window decorations
This commit is contained in:
parent
d60aab3bec
commit
a3a90ff90d
|
@ -26,7 +26,7 @@
|
|||
selection.save_to_clipboard = true;
|
||||
window = {
|
||||
blur = true;
|
||||
decorations = "None";
|
||||
decorations = "Full";
|
||||
dynamic_padding = true;
|
||||
opacity = 0.8;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue