feat(river): add keybinds to rotate workspaces
This commit is contained in:
parent
1c458ff079
commit
12686f70c8
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ in
|
|||
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
|
||||
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
|
||||
# tag (workspace) management
|
||||
## rotate workspace
|
||||
"Super Right" = "spawn 'river-shifttags --num-tags 10 --shifts 1'";
|
||||
"Super Left" = "spawn 'river-shifttags --num-tags 10 --shifts -1'";
|
||||
## switch to workspace
|
||||
"Super ampersand" = "set-focused-tags 1";
|
||||
"Super eacute" = "set-focused-tags 2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue