From 68279c57545779cf21e7b107d1a0cfa002153964 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 30 Jun 2023 22:44:52 -0400 Subject: [PATCH] Reverse main ratio increase/decrease keybinds --- dot_config/river/executable_init.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"