diff --git a/modules/gui/sway.nix b/modules/gui/sway.nix index c1f5c092..0d7fb6d1 100644 --- a/modules/gui/sway.nix +++ b/modules/gui/sway.nix @@ -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";