this post was submitted on 26 Jan 2025
85 points (100.0% liked)

Linux

49393 readers
1589 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] ZeroEcks@lemmy.ml 14 points 4 days ago (1 children)

This would normally be a feature of your window manager or desktop environment, which do you use?

[–] Horsey@lemmy.world 3 points 4 days ago (2 children)

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)

[–] stevedice@sh.itjust.works 2 points 1 day ago

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.

[–] eugenia@lemmy.ml 3 points 4 days ago* (last edited 4 days ago) (1 children)

Linux Mint's Cinnamon has an involved gesture pref panel, but it's not per app, it's system-wide. If the suggestion from the other user for touche/touchegg don't work due to being designed for X11, you're out of luck. What you're asking is a bit too specialized and from what I read from the creator of touchegg on his github, is that Wayland has no way to support these features. So don't expect it in the future either.

[–] Horsey@lemmy.world 2 points 3 days ago* (last edited 3 days ago) (1 children)

Yeah, I’m basically going to have to refuse to use any app that’s lacking in Wayland support. Really no reason to build a Linux ecosystem that has legacy parts from the get go.

[–] eugenia@lemmy.ml 3 points 3 days ago

From the developer, he said that Wayland has no way to support these features, not that he won't support them. You need the right APIs to develop this app, and while X11 seems to have them, Wayland does not.