Update regexrules

wochap 2024-03-12 17:09:11 +00:00
parent b1df1049dd
commit d721db6e84

@ -4,8 +4,8 @@ Allows the use of regular expressions for window rules "app_id" and "title"
```c ```c
static const Rule rules[] = { static const Rule rules[] = {
// ... // ...
{ "kitty-htop", NULL, 1 << 8, 0, -1 }, { "kitty-htop", NULL, 1 << 8, 0, -1 },
{ "^kitty$", NULL, 0, 0, -1 }, { "^kitty$", NULL, 0, 0, -1 },
// ... // ...
}; };
``` ```