disable touchpad while typing

This commit is contained in:
twoneis 2024-07-26 16:01:10 +02:00
parent f87084243c
commit 9f7438a3dc

View file

@ -9,6 +9,7 @@
touchpad = { touchpad = {
tap = true; tap = true;
natural-scroll = true; natural-scroll = true;
dwt = true;
}; };
power-key-handling.enable = false; power-key-handling.enable = false;
}; };