mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-09-22 17:24:55 +02:00
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
# Gestures Forward and Backward Page
|
|
gesture swipe left 3 xdotool key alt+Right
|
|
gesture swipe right 3 xdotool key alt+Left
|
|
|
|
# Switch Workspace
|
|
gesture swipe left 4 xdotool key ctrl+alt+Right
|
|
gesture swipe right 4 xdotool key ctrl+alt+Left
|
|
|
|
# Show active windows
|
|
gesture swipe up xdotool key ctrl+alt+Down
|
|
|
|
# Show Desktop
|
|
gesture swipe down xdotool key super+d
|