migrated hyprland config from hyprlang to lua; added mocha palette as lua

This commit is contained in:
2026-08-14 17:33:25 -06:00
parent a372093d22
commit 96c4d36714
21 changed files with 314 additions and 235 deletions
+8
View File
@@ -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,
})