Add configuration for Logitech Wireless Mouse to plasma manger
This commit is contained in:
@ -4,6 +4,21 @@
|
|||||||
plasma = {
|
plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = 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 = {
|
shortcuts = {
|
||||||
# ActivityManager = {
|
# ActivityManager = {
|
||||||
# switch-to-activity-0f8d8349-5b1b-4b77-bfa5-22829bfaf459 = [ ];
|
# switch-to-activity-0f8d8349-5b1b-4b77-bfa5-22829bfaf459 = [ ];
|
||||||
@ -322,9 +337,6 @@
|
|||||||
# filetree.sortRole = 0;
|
# filetree.sortRole = 0;
|
||||||
# filetree.viewShade = "81,49,95";
|
# 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-browserintegrationreminder.autoload = false;
|
||||||
# kded5rc.Module-device_automounter.autoload = false;
|
# kded5rc.Module-device_automounter.autoload = false;
|
||||||
# kdeglobals."DirSelect Dialog"."DirSelectDialog Size" = "960,540";
|
# kdeglobals."DirSelect Dialog"."DirSelectDialog Size" = "960,540";
|
||||||
|
|||||||
Reference in New Issue
Block a user