14 lines
237 B
Lua
14 lines
237 B
Lua
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
|
|
|
|
hl.config({
|
|
decoration = {
|
|
rounding = 8,
|
|
blur = {
|
|
enabled = true,
|
|
size = 5,
|
|
passes = 2,
|
|
},
|
|
},
|
|
})
|
|
|