mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
alacritty: remove dynamic padding.
This commit is contained in:
parent
f82d9d125b
commit
becbe7ef62
|
@ -19,7 +19,7 @@
|
||||||
window = {
|
window = {
|
||||||
blur = true;
|
blur = true;
|
||||||
# decorations = "None";
|
# decorations = "None";
|
||||||
dynamic_padding = true;
|
#dynamic_padding = true;
|
||||||
opacity = 0.6;
|
opacity = 0.6;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue