diff --git a/dot_config/river/executable_init.tmpl b/dot_config/river/executable_init.tmpl index db951f0..e62f7ba 100644 --- a/dot_config/river/executable_init.tmpl +++ b/dot_config/river/executable_init.tmpl @@ -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"