From be79ad9042ca3a331755b7fb8835f253be5335ed Mon Sep 17 00:00:00 2001 From: "Callum R. Renwick" Date: Sun, 2 May 2021 19:14:07 +0100 Subject: example/init: Fix typo for main view size change --- example/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/init b/example/init index d4e6bbb..0e49a52 100755 --- a/example/init +++ b/example/init @@ -42,11 +42,11 @@ riverctl map normal $mod Return zoom # Mod+H and Mod+L to decrease/increase the main_factor value of rivertile by 0.05 riverctl map normal $mod H mod-layout-value rivertile fixed main_factor -0.05 -riverctl map normal $mod I mod-layout-value rivertile fixed main_factor +0.05 +riverctl map normal $mod L mod-layout-value rivertile fixed main_factor +0.05 # Mod+Shift+H and Mod+Shift+L to increment/decrement the main_count value of rivertile. riverctl map normal $mod+Shift H mod-layout-value rivertile int main_count +1 -riverctl map normal $mod+Shift I mod-layout-value rivertile int main_count -1 +riverctl map normal $mod+Shift L mod-layout-value rivertile int main_count -1 # Mod+Alt+{H,J,K,L} to move views riverctl map normal $mod+Mod1 H move left 100 -- cgit v1.2.3