You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: