When executed, tuxedo-touchpad-toggle toggles the enabled/disabled state of the touchpad. This executable makes it easy to bind the toggle to any key combination so one can toggle the touchpad in any desktop environment.pull/13/head
parent
cf8bd26506
commit
851534c467
@ -0,0 +1,5 @@
|
|||||||
|
#include "touchpad-control.h"
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
return toggle_touchpad_state();
|
||||||
|
}
|
Loading…
Reference in new issue