feat: add dispatch toggle_trackpad_enable

This commit is contained in:
DreamMaoMao
2025-09-03 11:59:50 +08:00
parent 76aafa0bd0
commit 4768ef2c29
4 changed files with 44 additions and 6 deletions

View File

@@ -124,6 +124,10 @@ void focuslast(const Arg *arg) {
}
}
void toggle_trackpad_enable(const Arg *arg) {
disable_trackpad = !disable_trackpad;
}
void focusmon(const Arg *arg) {
Client *c;
Monitor *m = NULL;