From dfc89f708e5e7667311e7a72496a784075e688b8 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Tue, 2 Apr 2024 19:55:49 +0200 Subject: [PATCH] fixed mouse config error --- hyprland.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index fc1ca15..83535b8 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -50,14 +50,15 @@ input { sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } -# this throws error since last update -# device:logitech-mx-ergo-multi-device-trackball- { -# sensitivity = -0.2 -# } -# -# device:logitech-g703-ls-1 { -# sensitivity = -0.1 -# } +device { + name = logitech-mx-ergo-multi-device-trackball- + sensitivity = -0.2 +} + +device { + name = logitech-g703-ls-1 + sensitivity = -0.1 +} general { # See https://wiki.hyprland.org/Configuring/Variables/ for more