minus-squarestevedice@sh.itjust.workstoLinux@lemmy.ml•MacOS -> Linux: BetterTouchTool replacementlinkfedilinkEnglisharrow-up0·7 days agoCheck 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. linkfedilink
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.