From 2d8b17a099b733bfd950c4260ac1436576c2033e Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 27 Feb 2025 09:54:55 +0100 Subject: [PATCH] Disable broken mousewheel via bluetooth too --- home-mods/plasma/default.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/home-mods/plasma/default.nix b/home-mods/plasma/default.nix index e6e90f0..61e00bd 100644 --- a/home-mods/plasma/default.nix +++ b/home-mods/plasma/default.nix @@ -292,12 +292,18 @@ "kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default"; "kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2"; - # Disable broken mousewheel - - "kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0; - "kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Mouse"."ScrollFactor" = 0.0; + # Disable broken mousewheel ################3 + # Desk "kcminputrc"."Libinput/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0; + "kcminputrc"."Libinput/1671/49433/input-remapper CHERRY MW 8C ADVANCED forwarded"."ScrollFactor" = 0.0; + + # FW16 + "kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Mouse"."ScrollFactor" = 0.0; + "kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0; # ? "kcminputrc"."Libinput/1130/49431/input-remapper Cherry GmbH CHERRY Wireless Device Mouse forwarded"."ScrollFactor" = 0.0; + # Note: needs input-remapper transient conf to make mouse buttons do mw job + # TODO nixify input-remapper foo + ############################################3 "kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."ClickMethod".value = 2; "kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;