From c867e2955f4de1e6aa7a39a4370a9b47c9b63a94 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Wed, 20 Mar 2024 08:43:32 +0100 Subject: [PATCH] Hyprland: Update per-device config options syntax. --- .config/hypr/hyprland.d/device.conf | 10 +++------- .config/hypr/hyprland.d/input.conf | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.config/hypr/hyprland.d/device.conf b/.config/hypr/hyprland.d/device.conf index 4ce8037..e3e649a 100644 --- a/.config/hypr/hyprland.d/device.conf +++ b/.config/hypr/hyprland.d/device.conf @@ -1,8 +1,4 @@ -# Change the sensibility per device to keep the default one on touchpad -device:asus-rog-sica { - sensitivity = -0.55 -} - -device:logitech-g203-lightsync-gaming-mouse { - sensitivity = -0.55 +device { + name = syna32aa:00-06cb:ce17-touchpad + sensitivity = 0 } diff --git a/.config/hypr/hyprland.d/input.conf b/.config/hypr/hyprland.d/input.conf index a7628a0..f5c6ed7 100644 --- a/.config/hypr/hyprland.d/input.conf +++ b/.config/hypr/hyprland.d/input.conf @@ -5,7 +5,7 @@ input { numlock_by_default = true # Mouse - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = -0.55 # -1.0 - 1.0, 0 means no modification. follow_mouse = 2 float_switch_override_focus = 0