[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,
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user