enable touchpad tapping

This commit is contained in:
Schrottkatze 2024-10-03 19:31:56 +02:00
parent f9b59e8ed2
commit b7fe5a0014
No known key found for this signature in database

View file

@ -23,5 +23,5 @@
sensitivity = 256; sensitivity = 256;
}; };
services.libinput.touchpad.tapping = false; services.libinput.touchpad.tapping = true;
} }