feat: add module windowrule support
This commit is contained in:
@@ -17,4 +17,14 @@ M.binds = {
|
||||
},
|
||||
}
|
||||
|
||||
M.windowrules = {
|
||||
{
|
||||
name = "Pyprland rules",
|
||||
match = {
|
||||
class = "kitty-dropterm"
|
||||
},
|
||||
float = true,
|
||||
}
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user