mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Reverse main ratio increase/decrease keybinds
This commit is contained in:
parent
fb44c861ea
commit
68279c5754
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ riverctl map normal Super Grave send-to-output previous
|
|||
riverctl map normal Super+Shift Return zoom
|
||||
|
||||
# Increase/decrease the main ratio of rivertile(1)
|
||||
riverctl map normal Super B send-layout-cmd rivertile "main-ratio -0.05"
|
||||
riverctl map normal Super F send-layout-cmd rivertile "main-ratio +0.05"
|
||||
riverctl map normal Super F send-layout-cmd rivertile "main-ratio -0.05"
|
||||
riverctl map normal Super B send-layout-cmd rivertile "main-ratio +0.05"
|
||||
|
||||
# Increment/decrement the main count of rivertile(1)
|
||||
riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1"
|
||||
|
|
Loading…
Reference in a new issue