chore: added keybinds

This commit is contained in:
Patrick Großmann 2023-03-29 16:12:48 +09:00
parent 371db47475
commit b83ea0e650
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -71,6 +71,7 @@ MOD: TAGS: pkgs:
x: ''
bind=${MOD},${x.fst},workspace,${x.snd}
bind=${MOD} + SHIFT,${x.fst},movetoworkspace,${x.snd}
bind=${MOD} + CTRL + SHIFT,${x.fst},movetoworkspacesilent,${x.snd}
''
)
(pkgs.lib.lists.zipLists (map toString (pkgs.lib.lists.range 1 9)) TAGS))