Update laptop plasma touchpad settings
This commit is contained in:
parent
2b5312d8da
commit
f6f75ab972
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue