diff --git a/plasma/settings/common.nix b/plasma/settings/common.nix index 2858f27..89ba1a4 100644 --- a/plasma/settings/common.nix +++ b/plasma/settings/common.nix @@ -4,6 +4,21 @@ plasma = { enable = true; overrideConfig = true; + + input.mice = [ + { + name = "Logitech Wireless Mouse"; + vendorId = "046d"; # 046D lowercase + productId = "4091"; # inner HID device, not the receiver (C534) + leftHanded = false; + #middleButtonEmulation = false; + #naturalScroll = false; + acceleration = -0.25; + accelerationProfile = "none"; + scrollSpeed = 1.0; + } + ]; + shortcuts = { # ActivityManager = { # switch-to-activity-0f8d8349-5b1b-4b77-bfa5-22829bfaf459 = [ ]; @@ -322,9 +337,6 @@ # filetree.sortRole = 0; # filetree.viewShade = "81,49,95"; }; - kcminputrc."Libinput/1133/16529/Logitech Wireless Mouse".PointerAcceleration = "0"; - kcminputrc.Mouse.X11LibInputXAccelProfileFlat = true; - kcminputrc.Mouse.XLbInptPointerAcceleration = 0; # kded5rc.Module-browserintegrationreminder.autoload = false; # kded5rc.Module-device_automounter.autoload = false; # kdeglobals."DirSelect Dialog"."DirSelectDialog Size" = "960,540";