sway: hide window borders if only window on workspace

This commit is contained in:
colin 2022-09-06 23:07:41 -07:00
parent b8e42a0ada
commit c5a69a401f

View File

@ -54,7 +54,10 @@ in
wrapperFeatures.gtk = true;
config = rec {
terminal = "${pkgs.kitty}/bin/kitty";
window.border = 3; # pixel boundary between windows
window = {
border = 3; # pixel boundary between windows
hideEdgeBorders = "smart"; # don't show border if only window on workspace
};
# defaults; required for keybindings decl.
modifier = "Mod1";