[Hyprland] Simplify verbose float literals

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 16:17:41 -07:00
parent f2b0a1e850
commit e6e4c5a683

View File

@@ -25,14 +25,14 @@ hl.config({
resize_on_border = true, resize_on_border = true,
}, },
decoration = { decoration = {
active_opacity = 1.000000, active_opacity = 1.0,
blur = { blur = {
enabled = true, enabled = true,
passes = 1, passes = 1,
size = 3, size = 3,
vibrancy = 0.169600, vibrancy = 0.169600,
}, },
inactive_opacity = 1.000000, inactive_opacity = 1.0,
rounding = 5, rounding = 5,
shadow = { shadow = {
color = "rgba(1a1a1aee)", color = "rgba(1a1a1aee)",
@@ -81,7 +81,7 @@ hl.config({
hl.device({ hl.device({
name = "logitech-g502-1", name = "logitech-g502-1",
sensitivity = -0.200000, sensitivity = -0.2,
}) })
-- Additional configs -- Additional configs