From 74c58cdf74c4921071da93c4cbfaf22f672242a5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 6 Mar 2025 21:26:04 +1300 Subject: feat: Added the "S" modifier to the emacs bind mode You can now use S as a modifier for shift when binding with emacs mode if you're unable to capatilise the key to be bound. --- nix/hm-module.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nix/hm-module.nix') 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+ will switch, and mod+shift+ will move the currently focused window. +# ''; +# }; monitorPriorities = mkOption { type = types.listOf types.int; default = [1]; -- cgit v1.2.3