summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/defaults/WindowManager.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/system/defaults/WindowManager.nix b/modules/system/defaults/WindowManager.nix
index 38fbaa3..6a62ebc 100644
--- a/modules/system/defaults/WindowManager.nix
+++ b/modules/system/defaults/WindowManager.nix
@@ -56,6 +56,13 @@ with lib;
Hide items in Stage Manager.
'';
};
+ system.defaults.WindowManager.EnableTiledWindowMargins = mkOption {
+ type = types.nullOr types.bool;
+ default = null;
+ description = ''
+ Enable Window Margins. The default is true.
+ '';
+ };
system.defaults.WindowManager.StandardHideWidgets = mkOption {
type = types.nullOr types.bool;