marsqing / libinput-three-finger-drag

Three-finger-drag support for libinput
MIT License
87 stars 11 forks source link

Disabling 3-finger gestures #12

Open chumariesco opened 1 year ago

chumariesco commented 1 year ago

Any idea or experience on how to disable 3-finger gestures in Gnome 42 over Manjaro's newest version 21? The libinput .conf files do not exist anymore. An app "touche" is supposed to do it but it not responding, installed fresh versions of Manjaro Gnome twice already.

chumariesco commented 1 year ago

I found somewhere how to disable 3-finger-gestures in gnome 4:

Edit with a HEX editor the file /usr/lib64/gnome-shell/libgnome-shell.so Replace there the text “GESTURE_FINGER_COUNT = 3” to “GESTURE_FINGER_COUNT = 4” I guess this script by the author of that info does the same: https://github.com/icedman/gnome-shell-hammer

HOWEVER, the drag function doesn't work properly because it jumps and acts on windows in the background. It drags (selects) text, but doesn't drag windows.

mw3i commented 1 year ago

I'm having the same issue