Alacritty: add some window padding
This commit is contained in:
parent
198bd6a7fa
commit
f8e89ab7b9
|
@ -13,7 +13,13 @@
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
window.dynamic_title = true;
|
window = {
|
||||||
|
dynamic_title = true;
|
||||||
|
padding = {
|
||||||
|
x = 5;
|
||||||
|
y = 5;
|
||||||
|
};
|
||||||
|
};
|
||||||
live_config_reload = true;
|
live_config_reload = true;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
mouse.hide_when_typing = true;
|
mouse.hide_when_typing = true;
|
||||||
|
|
|
@ -45,10 +45,6 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
waybar.systemd.target = "sway-session.target";
|
waybar.systemd.target = "sway-session.target";
|
||||||
alacritty.settings.window = {
|
alacritty.settings.window = {
|
||||||
padding = {
|
|
||||||
x = 10;
|
|
||||||
y = 10;
|
|
||||||
};
|
|
||||||
decorations = "none";
|
decorations = "none";
|
||||||
opacity = 0.85;
|
opacity = 0.85;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue