Files
omarchycn/bin/omarchy-toggle-touchpad

7 lines
160 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Enable, disable, or toggle the touchpad
# omarchy:args=[on|off|toggle]
exec omarchy-toggle-input-device touchpad "${1:-toggle}"