From d382c7dacbb878db18a6026df466e066725f180f Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 28 Oct 2023 20:36:39 +0100 Subject: Started tidying Rivers config --- .config/river/init | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to '.config/river') diff --git a/.config/river/init b/.config/river/init index 201b0c2..1d7de12 100755 --- a/.config/river/init +++ b/.config/river/init @@ -12,6 +12,12 @@ riverctl border-width 2 # Pointer riverctl focus-follows-cursor normal riverctl set-cursor-warp on-focus-change +# Super + Left Mouse Button to move views +riverctl map-pointer normal Super BTN_LEFT move-view +# Super + Right Mouse Button to resize views +riverctl map-pointer normal Super BTN_RIGHT resize-view +# Super + Middle Mouse Button to toggle float +riverctl map-pointer normal Super BTN_MIDDLE toggle-float # Inputs riverctl set-repeat 50 300 @@ -101,15 +107,6 @@ riverctl map normal Super+Alt+Shift J resize vertical 100 riverctl map normal Super+Alt+Shift K resize vertical -100 riverctl map normal Super+Alt+Shift L resize horizontal 100 -# Super + Left Mouse Button to move views -riverctl map-pointer normal Super BTN_LEFT move-view - -# Super + Right Mouse Button to resize views -riverctl map-pointer normal Super BTN_RIGHT resize-view - -# Super + Middle Mouse Button to toggle float -riverctl map-pointer normal Super BTN_MIDDLE toggle-float - # Tags for i in $(seq 1 9) do -- cgit v1.2.3