From f9a4466072863f15a13c56d696c1ff8f6e569c56 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 7 Jun 2026 04:42:35 +0200 Subject: [PATCH] added device blocks for logitech lightspeed composite dev --- .../hyprland/spicetify/config-xpui.ini | 2 +- .../xfconf/xfce-perchannel-xml/thunar.xml | 2 +- .../hypr-usr/input-device-exceptions.lua | 24 +++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/spicetify/config-xpui.ini b/desktopenvs/hyprland/spicetify/config-xpui.ini index b6c20ca..6a8ba9e 100644 --- a/desktopenvs/hyprland/spicetify/config-xpui.ini +++ b/desktopenvs/hyprland/spicetify/config-xpui.ini @@ -28,5 +28,5 @@ expose_apis = 1 ; DO NOT CHANGE! [Backup] -version = 1.2.86.502.g8cd7fb22 +version = 1.2.90.451.gb094aab0 with = 2.42.14 diff --git a/desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 13e2b8e..4d60050 100644 --- a/desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -7,7 +7,7 @@ - + diff --git a/desktopenvs/hyprlua/hypr-usr/input-device-exceptions.lua b/desktopenvs/hyprlua/hypr-usr/input-device-exceptions.lua index f045cc8..f3d9a94 100644 --- a/desktopenvs/hyprlua/hypr-usr/input-device-exceptions.lua +++ b/desktopenvs/hyprlua/hypr-usr/input-device-exceptions.lua @@ -26,3 +26,27 @@ hl.device({ natural_scroll = false, scroll_points = "", }) +hl.device({ + name = "logitech-pro-2-mouse-2", + sensitivity = 0, + accel_profile = "", + left_handed = false, + natural_scroll = false, + scroll_points = "", +}) +hl.device({ + name = "logitech-pro-2-mouse-3", + sensitivity = 0, + accel_profile = "", + left_handed = false, + natural_scroll = false, + scroll_points = "", +}) +hl.device({ + name = "logitech-pro-2-mouse-4", + sensitivity = 0, + accel_profile = "", + left_handed = false, + natural_scroll = false, + scroll_points = "", +})