Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
7 lines
160 B
Bash
Executable File
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}"
|