realised i didnt add layerrules or a logout screen

minor
This commit is contained in:
2026-05-13 20:56:51 +01:00
parent 16b266ca1c
commit 8d22813645
2 changed files with 31 additions and 3 deletions

View File

@@ -94,3 +94,32 @@ hl.window_rule({
no_focus = true,
})
-- Wlogout blur and stuff
hl.layer_rule({
name = "wlogout blur",
match = {
namespace = "logout_dialog",
},
blur = true,
})
-- Notifications
hl.layer_rule({
name = "notification blur",
match = {
namespace = "notifications",
},
blur = true,
ignore_alpha = 0,
})
-- Waybar blur
hl.layer_rule({
name = "waybar blur",
match = {
namespace = "waybar",
},
blur = true,
ignore_alpha = 0,
})