Hardware and plugins modules

This commit is contained in:
2026-07-31 14:53:00 -07:00
parent 3980ba3064
commit 3cd3c9ba19
6 changed files with 28 additions and 11 deletions

View File

@@ -24,12 +24,12 @@ hl.config({
dim_special = 0,
blur = {
enabled = true,
size = 8,
size = 2,
passes = 3,
new_optimizations = true,
ignore_opacity = true,
special = false,
brightness = 0.2,
brightness = 1,
},
shadow = {
range = 12,
@@ -68,12 +68,4 @@ hl.config({
xwayland = {
force_zero_scaling = true,
},
plugin = {
gloview = {
blur = 0.2,
strip_all_card = true,
show_special = true,
layout = 'grid'
}
},
})