You are not logged in.
Pages: 1
I am running qtile and had originally set it up to use 3 finger swipes left and right to move between groups/workspaces. After a recent update, this stopped working. Now it only accepts three finger swipes up and down to move between groups/workspaces. I was using libinput-gestures to accomplish this but I'm wondering if now there's a conflict with libinput.
cat libinput-gestures.conf
# Generated by Gestures 0.3.0 --> https://gitlab.com/cunidev/gestures
# Manual editing might result in data loss!
# Invalid lines
# Unsupported lines
# Swipe threshold (0-100)
swipe_threshold 0
# Gestures
gesture swipe right 3 xdotool key Super+Left
gesture swipe left 3 xdotool key Super+Right
libinput-gestures-setup status
libinput-gestures is installed.
libinput-gestures is set up as a desktop application.
libinput-gestures is currently running as a desktop application.
libinput-gestures is set to autostart as a desktop application.
libinput-gestures is using custom configuration file.
libinput-gestures -d
libinput-gestures: session qtile+x11 on Linux-6.11.9-arch1-1-x86_64-with-glibc2.40, python 3.12.7, libinput 1.27.0
Hash: 0e1e57e8449be47b594df9882c2c1e31
Gestures configured in ~/.config/libinput-gestures.conf:
swipe right 3 xdotool key Super+Left
swipe left 3 xdotool key Super+Right
libinput-gestures: device /dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse(event15): DELL0A5D:00 04F3:311C Touchpad
libinput-gestures is already running for szemlicka, terminating ..
"libinput debug-events" outputs activity on 3 finger left and right swipes.
Any thoughts on what else to check?
Offline
I see that libinput 1.27.0 has changed `libinput debug-events` output slightly as per this commit and this is breaking libinput-gestures.
It would be best if you raise this issue at https://github.com/bulletmark/libinput-gestures/issues.
Offline
This is fixed by version 2.78 of libinput-gestures which is updated in the AUR.
Offline
Pages: 1