Update laptop plasma touchpad settings

This commit is contained in:
albert 2024-11-15 15:42:12 +01:00
parent 2b5312d8da
commit f6f75ab972
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,8 +1,10 @@
{ ... }: {
programs.plasma = {
configFile = {
# Laptop - natural scrolling
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad"."NaturalScroll" = true;
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad" = {
"NaturalScroll" = true;
"TapDragLock" = true;
};
};
};
}