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