mirror of https://codeberg.org/anemofilia/zero
radio: files: river: Fix pointer movements under wlrctl mode
parent
947da572ef
commit
e49aaa72a7
|
@ -12,8 +12,8 @@ done
|
|||
# Decorations _________________________________________________________________
|
||||
|
||||
# wallpaper
|
||||
setsid -f swww-daemon &
|
||||
swww img ~/media/pictures/wallpapers/wall.png -t none &
|
||||
setsid -f swww-daemon && \
|
||||
swww img ~/media/pictures/wallpapers/wall.png -t none &
|
||||
|
||||
# Set background and border color
|
||||
riverctl border-color-focused 0x8581e0
|
||||
|
@ -83,10 +83,10 @@ riverctl map -repeat wlrctl Super K spawn "wlrctl pointer move 0 -10"
|
|||
riverctl map -repeat wlrctl Super L spawn "wlrctl pointer move 10 0"
|
||||
|
||||
# Super+Shift+{H,J,K,L} to scroll the window under the cursor
|
||||
riverctl map -repeat wlrctl Super+Shift H spawn "wlrctl pointer scroll -10 0"
|
||||
riverctl map -repeat wlrctl Super+Shift J spawn "wlrctl pointer scroll 0 10"
|
||||
riverctl map -repeat wlrctl Super+Shift K spawn "wlrctl pointer scroll 0 -10"
|
||||
riverctl map -repeat wlrctl Super+Shift L spawn "wlrctl pointer scroll 10 0"
|
||||
riverctl map -repeat wlrctl Super+Shift H spawn "wlrctl pointer scroll 0 10"
|
||||
riverctl map -repeat wlrctl Super+Shift J spawn "wlrctl pointer scroll 10 0"
|
||||
riverctl map -repeat wlrctl Super+Shift K spawn "wlrctl pointer scroll -10 0"
|
||||
riverctl map -repeat wlrctl Super+Shift L spawn "wlrctl pointer scroll 0 -10"
|
||||
|
||||
# Super+Alt+{H,J,K} to left, middle, right click
|
||||
riverctl map wlrctl Super+Alt H spawn "wlrctl pointer click left"
|
||||
|
|
Loading…
Reference in New Issue