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:
Evie Litherland-Smith 2024-06-22 12:10:29 +01:00
parent 281697aa38
commit 73db0c0906

View file

@ -1 +1,4 @@
{...}: {imports = [./default.nix];}
{...}: {
imports = [./default.nix];
programs.plasma.configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
}