Set Northstar touchpad to natural scroll mode
Needs to be done per device (currently) as libinput devices have a unique ID, hopefully can set as a general setting in the future
This commit is contained in:
parent
281697aa38
commit
73db0c0906
|
@ -1 +1,4 @@
|
||||||
{...}: {imports = [./default.nix];}
|
{...}: {
|
||||||
|
imports = [./default.nix];
|
||||||
|
programs.plasma.configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue