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 +#}