disable trackpad when keyboard is in use

This commit is contained in:
Gabriella Bere 2025-04-19 17:54:58 +01:00
parent e7ec341b81
commit 991542a571

View file

@ -26,7 +26,7 @@
follow_mouse = 1; follow_mouse = 1;
mouse_refocus = false; mouse_refocus = false;
touchpad = { touchpad = {
disable_while_typing = false; disable_while_typing = true;
}; };
}; };