From ed6486081c0d39c6de5d065269640adc9f6093e9 Mon Sep 17 00:00:00 2001 From: primardj Date: Mon, 25 Mar 2024 00:46:39 +0000 Subject: [PATCH] update conf to hyprland 35 -> 37 --- dotconfig/hypr/hyprland.d/device.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dotconfig/hypr/hyprland.d/device.conf b/dotconfig/hypr/hyprland.d/device.conf index 01d245f..3d40f73 100644 --- a/dotconfig/hypr/hyprland.d/device.conf +++ b/dotconfig/hypr/hyprland.d/device.conf @@ -1,12 +1,12 @@ # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -#device { -# name = epic-mouse-v1 -# sensitivity = -0.5 -#} - - -device:epic-mouse-v1 { +device { + name = epic-mouse-v1 sensitivity = -0.5 } + + +#device:epic-mouse-v1 { +# sensitivity = -0.5 +#}