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 = {
|
programs.plasma = {
|
||||||
configFile = {
|
configFile = {
|
||||||
# Laptop - natural scrolling
|
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad" = {
|
||||||
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad"."NaturalScroll" = true;
|
"NaturalScroll" = true;
|
||||||
|
"TapDragLock" = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue