diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index c63eea67..51e0c06a 100644 --- a/modules/services/window-managers/i3.nix +++ b/modules/services/window-managers/i3.nix @@ -433,12 +433,11 @@ let smartBorders = mkOption { type = types.enum [ "on" "off" "no_gaps" ]; - default = null; + default = "off"; description = '' This option controls whether to disable container borders on workspace with a single container. ''; - example = true; }; }; });