Post Installation
After installing Tsumiki, add these Hyprland layer rules so blur and popup effects render correctly.
hl.layer_rule({ name = "tsumiki-notifications", match = { namespace = "tsumiki-notifications" }, blur = true, xray = true, blur_popups = true, ignore_alpha = 0, no_anim = true,})
hl.layer_rule({ name = "tsumiki-layer", match = { namespace = "tsumiki" }, blur = true, xray = true, blur_popups = true, ignore_alpha = 0,})
hl.layer_rule({ name = "gtk-layer-shell", match = { namespace = "gtk-layer-shell" }, blur = true, ignore_alpha = 0,})
hl.layer_rule({ name = "launcher-layer", match = { namespace = "launcher" }, blur = true, xray = true, blur_popups = true, ignore_alpha = 0, animation = "popin",})Next Steps
Section titled “Next Steps”- Restart Hyprland or reload your config.
- Start Tsumiki with
tsu -start. - If visuals still look wrong, check FAQ.