7 lines
172 B
Bash
Executable File
7 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Enable, disable, or toggle the touch functionality of the screen
|
|
# blob:args=[on|off|toggle]
|
|
|
|
exec blob-toggle-input touchscreen "${1:-toggle}"
|