migrated hyprland config from hyprlang to lua; added mocha palette as lua
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- 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,
|
||||
})
|
||||
Reference in New Issue
Block a user