From e6e4c5a68308b92b5a6a35ea5a7ecc3fb6eaba76 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 6 Jul 2026 16:17:41 -0700 Subject: [PATCH] [Hyprland] Simplify verbose float literals Co-Authored-By: Claude Sonnet 4.6 --- home-manager/features/hypr/config/hyprland.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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