home: Rework Sway gaps and borders

This commit is contained in:
Mikael 2024-08-25 09:40:17 +02:00
parent 5d5c9f2933
commit 3db0d4b51a
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -655,8 +655,8 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
} }
{ {
timeout = 270; timeout = 270;
command = "${swaymsg} output '* dpms off'"; command = "${swaymsg} output '*' dpms off";
resumeCommand = "${swaymsg} output '* dpms on'"; resumeCommand = "${swaymsg} output '*' dpms on";
} }
]; ];
}; };
@ -779,10 +779,18 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
gaps = { gaps = {
inner = 4; inner = 4;
outer = 4; outer = null;
}; };
window.titlebar = false; floating = {
border = 1;
titlebar = false;
};
window = {
border = 1;
titlebar = false;
};
bindkeysToCode = true; bindkeysToCode = true;
modifier = "Mod4"; modifier = "Mod4";
@ -827,6 +835,10 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
{ command = "${keepassxc}"; } { command = "${keepassxc}"; }
]; ];
}; };
extraConfig = ''
force_display_urgency_hint 500
'';
}; };
xdg.configFile."fontconfig/conf.d/80-fira-code.conf".text = '' xdg.configFile."fontconfig/conf.d/80-fira-code.conf".text = ''