[Hyprland] Simplify verbose float literals
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user