feat: add module windowrule support

This commit is contained in:
2026-06-14 04:28:35 -04:00
parent e298b55cb7
commit f00c8affc4
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -17,4 +17,14 @@ M.binds = {
},
}
M.windowrules = {
{
name = "Pyprland rules",
match = {
class = "kitty-dropterm"
},
float = true,
}
}
return M