river(layout): add commmand for modifying layout

This commit is contained in:
Khaïs COLIN 2024-07-29 10:07:24 +02:00
parent 5f441a4be1
commit db39274e96

View file

@ -46,6 +46,11 @@ in
"Super+Shift L" = "swap right";
"Super+Shift I" = "swap previous";
"Super+Shift O" = "swap next";
# layout management
"Supert+Alt H" = "send-layout-cmd rivertile 'main-ratio -0.05'";
"Supert+Alt L" = "send-layout-cmd rivertile 'main-ratio +0.05'";
"Supert+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
"Supert+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
# tag (workspace) management
## switch to workspace
"Super ampersand" = "set-focused-tags 1";