chore: added keybinds
This commit is contained in:
parent
371db47475
commit
b83ea0e650
|
@ -71,6 +71,7 @@ MOD: TAGS: pkgs:
|
||||||
x: ''
|
x: ''
|
||||||
bind=${MOD},${x.fst},workspace,${x.snd}
|
bind=${MOD},${x.fst},workspace,${x.snd}
|
||||||
bind=${MOD} + SHIFT,${x.fst},movetoworkspace,${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))
|
(pkgs.lib.lists.zipLists (map toString (pkgs.lib.lists.range 1 9)) TAGS))
|
||||||
|
|
Loading…
Reference in a new issue