sway: Reduce gaps

This commit is contained in:
fleaz 2024-08-27 20:29:25 +02:00
parent 52a39d40a2
commit e9c46dabe8

View file

@ -40,12 +40,12 @@ in
} // lib.optionalAttrs (nixosConfig.networking.hostName == "smithers") { } // lib.optionalAttrs (nixosConfig.networking.hostName == "smithers") {
"eDP-1" = { "eDP-1" = {
mode = "2256x1504"; mode = "2256x1504";
scale = "1.3"; scale = "1.2";
position = "0,0"; position = "0,0";
}; };
}; };
gaps = { inner = 10; }; gaps = { inner = 5; };
window.border = 2; window.border = 2;
window.hideEdgeBorders = "smart"; window.hideEdgeBorders = "smart";
workspaceAutoBackAndForth = true; workspaceAutoBackAndForth = true;