diff options
Diffstat (limited to '.config/river/init')
-rwxr-xr-x | .config/river/init | 15 |
1 files changed, 6 insertions, 9 deletions
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 |