Skip to content

Instantly share code, notes, and snippets.

View pipelinedave's full-sized avatar
manifesting the desired state

David "pipelinedave" Hallmann pipelinedave

manifesting the desired state
View GitHub Profile
@pipelinedave
pipelinedave / three_finger_touchpad_desktop_switch.sh
Created September 20, 2023 13:52
Switch virtual desktop on three finger touchpad swipe with this bash script
#!/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.
# ----------------------------------------------------------------------------