I’m still trying to get myself over to linux, and I’m having a hard time finding a replacement for BetterTouchTool. Essentially, the app lets you customize multitouch trackpad gestures per-app and system wide with single to 5 finger support.
I’m still trying to get myself over to linux, and I’m having a hard time finding a replacement for BetterTouchTool. Essentially, the app lets you customize multitouch trackpad gestures per-app and system wide with single to 5 finger support.
This would normally be a feature of your window manager or desktop environment, which do you use?
I’m in the test phase of all the available ones; KDE is by far my favorite, and I really like gnome as well (but I can’t use it because Dropbox relies on application status icons which are absent from gnome; I tried the extensions to bring that back but they didn’t work for me when I tried them a while back)
Check this out. It only works on KDE, you have to compile it from source and it’s a pain in the ass to configure but it seems like it has all the features you’re looking for.
You might also need to add
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
to the CMakeLists to get it to compile.
Such is life.