TouchEgg configuration for Touchpad Gestures like MacOS/Windows for KDE Plasma. Finally, enjoy the multi-touch touchpad gesture goodness of MacOS in KDE Plasma!
Install touchegg first if you haven't already
git clone https://github.com/noiseredux2/ToucheggKDE.git
cd Touchegg*
mkdir ~/.config/touchegg
cp touch* ~/.config/touchegg/
That's it!
- 3 Fingers UP: Present Windows
- 3 Fingers DOWN: Show Desktop
- 3 Fingers LEFT/RIGHT: Switch Virtual Desktops
- 4 Fingers UP/DOWN: Control System Volume
- [Browsers] 4 Fingers LEFT/RIGHT: Go Back/Forward
- 3 Fingers PINCH IN/OUT: Desktops Grid View
- 2 Fingers PINCH IN/OUT: Zoom IN/OUT
- [Browsers] 4 Fingers PINCH IN/OUT: Switch Tabs
If you're using OpenSUSE or other distros which don't have the qdbus
package,
do this:
nano ~/.bashrc
Then at the end of the file, add: alias qdbus=”qdbus-qt5”
Exit with Ctrl+O, Enter then Ctrl+X..
Then
source ~/.bashrc