bindings: workspace switch-to
This commit is contained in:
parent
1aca8aa378
commit
c8f6c81455
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
|||
:desc "Redo window config" "U" #'winner-redo
|
||||
:desc "Switch to left workspace" "p" #'+workspace/switch-left
|
||||
:desc "Switch to right workspace" "n" #'+workspace/switch-right
|
||||
:desc "Switch to" "w" #'+workspace/switch-to
|
||||
:desc "Switch to workspace 1" "1" (λ! (+workspace/switch-to 0))
|
||||
:desc "Switch to workspace 2" "2" (λ! (+workspace/switch-to 1))
|
||||
:desc "Switch to workspace 3" "3" (λ! (+workspace/switch-to 2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue