aboutsummaryrefslogtreecommitdiff
path: root/.config/river
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-28 20:36:39 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-28 20:36:39 +0100
commitd382c7dacbb878db18a6026df466e066725f180f (patch)
treee4df09db77f279c3ce99a5eb6a21330bf1e51df4 /.config/river
parentfe7d8cf9cde5ebaf389cfde9ecf012dc534089ca (diff)
Started tidying Rivers config
Diffstat (limited to '.config/river')
-rwxr-xr-x.config/river/init15
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