diff options
Diffstat (limited to 'nix/hm-module.nix')
| -rw-r--r-- | nix/hm-module.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/hm-module.nix b/nix/hm-module.nix index c9f914b..0db7fd4 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -116,6 +116,13 @@ List of commands to be executed at startup. Name for workspace. ''; }; +# key = mkOption { +# type = stypes.str; +# example = "1"; +# description = '' +# Key that will be used for switching to this monitor. mod+<key> will switch, and mod+shift+<key> will move the currently focused window. +# ''; +# }; monitorPriorities = mkOption { type = types.listOf types.int; default = [1]; |
