diff --git a/hosts/acer.nix b/hosts/acer.nix index 8714959..011ef03 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -73,7 +73,7 @@ vendorId = "2362"; productId = "14408"; disableWhileTyping = false; - scrollFactor = 0.5; + scrollSpeed = 0.5; naturalScroll = false; pointerSpeed = 0.2; accelerationProfile = "default"; diff --git a/modules/desktop/touchpad.nix b/modules/desktop/touchpad.nix index 085a58c..22cf897 100644 --- a/modules/desktop/touchpad.nix +++ b/modules/desktop/touchpad.nix @@ -4,16 +4,16 @@ let scrollMethods = { - twoFingers = 1; - touchPadEdges = 2; + twoFingers = "twoFingers"; + touchPadEdges = "touchPadEdges"; }; rightClickMethods = { - bottomRight = 1; - twoFingers = 2; + bottomRight = "bottomRight"; + twoFingers = "twoFingers"; }; accelerationProfiles = { - none = 1; - default = 2; + none = "none"; + default = "default"; }; in {