Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Enable, disable, or toggle the touchpad
|
||||
# blob:args=[on|off|toggle]
|
||||
|
||||
exec blob-toggle-input touchpad "${1:-toggle}"
|
||||
Reference in New Issue
Block a user