fix deprecation warnings

This commit is contained in:
Schrottkatze 2024-05-06 21:32:14 +02:00
parent 90d6d6ae85
commit caaa7c7c6b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
8 changed files with 23 additions and 16 deletions

View file

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