Browse Source

Remove touchscreen gestures for backlight and volume

in mpv the touchpad does volume and seeking with two fingers and vertical/horizontal movement
master
Maxime Wack 2 years ago
parent
commit
a7a026e338
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      .config/libinput-gestures.conf

+ 0
- 6
.config/libinput-gestures.conf View File

@@ -47,12 +47,6 @@
# SWIPE GESTURES:
###############################################################################

# Sound/light
gesture swipe left 2 xbacklight -5
gesture swipe right 2 xbacklight +5
gesture swipe up 2 pactl set-sink-volume 0 +4%
gesture swipe down 2 pactl set-sink-volume 0 -4%

# Change desktop
gesture swipe left 3 wm goto next
gesture swipe right 3 wm goto prev


Loading…
Cancel
Save