river: fix spelling mistake in keybinds
This commit is contained in:
parent
d12ea16812
commit
a77796db99
1 changed files with 4 additions and 4 deletions
|
|
@ -49,10 +49,10 @@ in
|
|||
"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'";
|
||||
"Super+Alt H" = "send-layout-cmd rivertile 'main-ratio -0.05'";
|
||||
"Super+Alt L" = "send-layout-cmd rivertile 'main-ratio +0.05'";
|
||||
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
|
||||
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
|
||||
# tag (workspace) management
|
||||
## switch to workspace
|
||||
"Super ampersand" = "set-focused-tags 1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue