summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMichael Hoang <Enzime@users.noreply.github.com>2024-12-01 10:03:52 +0000
committerGitHub <noreply@github.com>2024-12-01 10:03:52 +0000
commite30a3622b606dffc622305b4bbe1cfe37e78fa40 (patch)
tree74fa690a96b3404877db300fb0b45428a1bc7845 /modules
parent6ab87b7c84d4ee873e937108c4ff80c015a40c7a (diff)
parent09e5dfb67ee27355d78d35a4f4ab747c230cb9b8 (diff)
Merge pull request #1166 from Beta-Computer/master
defaults: add EnableTiledWindowMargins option
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;