fix hyprland folder

This commit is contained in:
2026-07-17 15:38:13 +02:00
parent 3a10f9f898
commit 1e56b05236
35 changed files with 5 additions and 18 deletions

View File

@@ -0,0 +1,34 @@
hl.layer_rule({
name = "notifications",
match = { namespace = "notifications" },
animation = "slide"
})
hl.layer_rule({
name = "no-anim-for-selection",
match = { namespace = "selection" },
no_anim = true
})
hl.layer_rule({
name = "blur-waybar",
match = { namespace = "waybar" },
blur = true,
})
hl.layer_rule({
name = "blur-tofi",
match = { namespace = "tofi" },
blur = true,
})
hl.layer_rule({
name = "blur-swayosd",
match = { namespace = "swayosd" },
blur = true,
})