feat(river): add keybinds to rotate workspaces

This commit is contained in:
Khaïs COLIN 2024-08-09 12:30:30 +02:00
parent 1c458ff079
commit 12686f70c8

View file

@ -54,6 +54,9 @@ in
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'"; "Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'"; "Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
# tag (workspace) management # 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 ## switch to workspace
"Super ampersand" = "set-focused-tags 1"; "Super ampersand" = "set-focused-tags 1";
"Super eacute" = "set-focused-tags 2"; "Super eacute" = "set-focused-tags 2";