Show windows beneath rofi blur
This commit is contained in:
@@ -332,14 +332,14 @@ function M.setup(ctx)
|
|||||||
center = true,
|
center = true,
|
||||||
decorate = false,
|
decorate = false,
|
||||||
no_shadow = true,
|
no_shadow = true,
|
||||||
xray = true,
|
xray = false,
|
||||||
})
|
})
|
||||||
hl.layer_rule({
|
hl.layer_rule({
|
||||||
name = "rofi-glass-layer",
|
name = "rofi-glass-layer",
|
||||||
match = { namespace = "^(rofi)$" },
|
match = { namespace = "^(rofi)$" },
|
||||||
blur = true,
|
blur = true,
|
||||||
ignore_alpha = 0.05,
|
ignore_alpha = 0.05,
|
||||||
xray = true,
|
xray = false,
|
||||||
})
|
})
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
name = "file-chooser-dialogs",
|
name = "file-chooser-dialogs",
|
||||||
|
|||||||
Reference in New Issue
Block a user