bulletmark / libinput-gestures

Actions gestures on your touchpad using libinput
3.93k stars 241 forks source link

Events are being recognised but no action #272

Closed pareekyashovardhan closed 4 years ago

pareekyashovardhan commented 4 years ago

I have tried everything available on the troubleshooting guide. I am a member of input group still I can't get these gestures to work.

Here are the results of libinput-gestures -l

{
libinput-gestures: session KDE+x11 on Linux-5.4.0-42-generic-x86_64-with-glibc2.29, python 3.8.2, libinput 1.15.5
/usr/bin/libinput-gestures: hash 0f92076ca945416b73f4362e9e3e6979
Gestures configured in ~/.config/libinput-gestures.conf:
swipe up         3 xdotool key super+Up
swipe down       3 notify-send Gesture performed
libinput-gestures: device /dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse(event7): ELAN2304:00 04F3:3122 Touchpad
}

libinput-gestures -d

{
libinput-gestures: session KDE+x11 on Linux-5.4.0-42-generic-x86_64-with-glibc2.29, python 3.8.2, libinput 1.15.5
/usr/bin/libinput-gestures: hash 0f92076ca945416b73f4362e9e3e6979
Gestures configured in ~/.config/libinput-gestures.conf:
swipe up         3 xdotool key super+Up
swipe down       3 notify-send Gesture performed
libinput-gestures: device /dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse(event7): ELAN2304:00 04F3:3122 Touchpad
libinput-gestures: SWIPE up 3 [66.83, -373.19999999999993]
   xdotool key super+Up
libinput-gestures: SWIPE right 3 [412.96, 23.37]
libinput-gestures: SWIPE down 3 [-27.060000000000013, 447.01]
   notify-send Gesture performed
libinput-gestures: SWIPE left 3 [-444.14, -72.16]
libinput-gestures: SWIPE down 3 [-29.519999999999996, 282.15]
   notify-send Gesture performed
libinput-gestures: SWIPE up 3 [52.48, -369.90999999999997]
   xdotool key super+Up
}
bulletmark commented 4 years ago

So you closed this because it was something simple?

hannonq commented 4 years ago

@pareekyashovardhan did you mange to fix this? If so, would you mind sharing how? Thanks!