Files
omarchycn/bin/omarchy-toggle-touchscreen
T

7 lines
188 B
Bash
Executable File

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