river(layout): add commmand for modifying layout
This commit is contained in:
parent
5f441a4be1
commit
db39274e96
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ in
|
||||||
"Super+Shift L" = "swap right";
|
"Super+Shift L" = "swap right";
|
||||||
"Super+Shift I" = "swap previous";
|
"Super+Shift I" = "swap previous";
|
||||||
"Super+Shift O" = "swap next";
|
"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
|
# tag (workspace) management
|
||||||
## switch to workspace
|
## switch to workspace
|
||||||
"Super ampersand" = "set-focused-tags 1";
|
"Super ampersand" = "set-focused-tags 1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue