Files
dotfiles/hypr/performance.lua
T
2026-06-25 19:17:20 +02:00

7 lines
146 B
Lua

-- no blur
hl.config({ decoration = { blur = { enabled = false } } })
-- no shadow
hl.config({ decoration = { shadow = { enabled = false } } })