Skip to content

Instantly share code, notes, and snippets.

@kyberorg
Last active June 3, 2021 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyberorg/08df13d01fde458e5e8e4095f98ce727 to your computer and use it in GitHub Desktop.
Save kyberorg/08df13d01fde458e5e8e4095f98ce727 to your computer and use it in GitHub Desktop.
Scrolling KDE Virtual Desktops with 3 fingers gesture to left-right
gesture swipe down 3 qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "Switch One Desktop Up"
gesture swipe up 3 qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "Switch One Desktop Down"
gesture swipe right 3 qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "Switch One Desktop to the Left"
gesture swipe left 3 qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "Switch One Desktop to the Right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment