9 lines
205 B
Lua
9 lines
205 B
Lua
-- Example window rules
|
|
-- See https://wiki.hypr.land/Configuring/Basics/Window-Rules/ for more
|
|
|
|
hl.layer_rule({
|
|
name = "no_anim_for_wofi",
|
|
match = { namespace = "wofi" },
|
|
no_anim = true,
|
|
})
|