Reverse main ratio increase/decrease keybinds

This commit is contained in:
Andrew Scott 2023-06-30 22:44:52 -04:00
parent fb44c861ea
commit 68279c5754
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -56,8 +56,8 @@ riverctl map normal Super Grave send-to-output previous
riverctl map normal Super+Shift Return zoom riverctl map normal Super+Shift Return zoom
# Increase/decrease the main ratio of rivertile(1) # 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) # Increment/decrement the main count of rivertile(1)
riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1" riverctl map normal Super+Alt F send-layout-cmd rivertile "main-count +1"