disable trackpad when keyboard is in use
This commit is contained in:
parent
e7ec341b81
commit
991542a571
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue