From 2fe7a3954e21d40272fca15122dd57fcea9f3562 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 24 Jul 2025 21:41:13 -0700 Subject: [PATCH] lenovo: fix hyprland touchpad config --- systems/lenovo/hyprland/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/lenovo/hyprland/hyprland.conf b/systems/lenovo/hyprland/hyprland.conf index 5199a94..25a315f 100644 --- a/systems/lenovo/hyprland/hyprland.conf +++ b/systems/lenovo/hyprland/hyprland.conf @@ -1,3 +1,4 @@ -device:elan0001:00-04f3:3140-touchpad { - accel_profile = adaptive +device { + name = elan0001:00-04f3:3140-touchpad + accel_profile = adaptive } \ No newline at end of file