Add configuration for Logitech Wireless Mouse to plasma manger

This commit is contained in:
2026-02-19 11:56:15 +01:00
parent f9c152688a
commit 6e682b315b

View File

@ -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";