river: fix spelling mistake in keybinds

This commit is contained in:
Khaïs COLIN 2024-07-29 10:24:41 +02:00
parent d12ea16812
commit a77796db99

View file

@ -49,10 +49,10 @@ in
"Super+Shift I" = "swap previous"; "Super+Shift I" = "swap previous";
"Super+Shift O" = "swap next"; "Super+Shift O" = "swap next";
# layout management # layout management
"Supert+Alt H" = "send-layout-cmd rivertile 'main-ratio -0.05'"; "Super+Alt H" = "send-layout-cmd rivertile 'main-ratio -0.05'";
"Supert+Alt L" = "send-layout-cmd rivertile 'main-ratio +0.05'"; "Super+Alt L" = "send-layout-cmd rivertile 'main-ratio +0.05'";
"Supert+Alt J" = "send-layout-cmd rivertile 'main-count -1'"; "Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
"Supert+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
## switch to workspace ## switch to workspace
"Super ampersand" = "set-focused-tags 1"; "Super ampersand" = "set-focused-tags 1";