diff --git a/home-manager/features/hypr/config/hyprland.lua b/home-manager/features/hypr/config/hyprland.lua index 92302f1..c3c2a4a 100644 --- a/home-manager/features/hypr/config/hyprland.lua +++ b/home-manager/features/hypr/config/hyprland.lua @@ -25,14 +25,14 @@ hl.config({ resize_on_border = true, }, decoration = { - active_opacity = 1.000000, + active_opacity = 1.0, blur = { enabled = true, passes = 1, size = 3, vibrancy = 0.169600, }, - inactive_opacity = 1.000000, + inactive_opacity = 1.0, rounding = 5, shadow = { color = "rgba(1a1a1aee)", @@ -81,7 +81,7 @@ hl.config({ hl.device({ name = "logitech-g502-1", - sensitivity = -0.200000, + sensitivity = -0.2, }) -- Additional configs