mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
alacritty: reenabled dynamic padding
This commit is contained in:
parent
488947b13e
commit
7ba879543c
|
@ -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