This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ---------------------------------------------------------------------------- | |
# Script Name: three_finger_touchpad_desktop_switch.sh | |
# Description: Switch desktops using a 3-finger swipe gesture | |
# Author: github.com/pipelinedave | |
# Version: 1.1 | |
# Usage: sudo sh three_finger_touchpad_desktop_switch.sh | |
# Note: Update the "device" variable to point to your actual input device. | |
# ---------------------------------------------------------------------------- |
OlderNewer