Files
dotflies/.config/hypr/conf/style/decoration.lua
T
2026-05-17 11:29:41 +02:00

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,
},
},
})