mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-05-19 14:43:48 +00:00
Update regexrules
parent
b1df1049dd
commit
d721db6e84
@ -4,8 +4,8 @@ Allows the use of regular expressions for window rules "app_id" and "title"
|
||||
```c
|
||||
static const Rule rules[] = {
|
||||
// ...
|
||||
{ "kitty-htop", NULL, 1 << 8, 0, -1 },
|
||||
{ "^kitty$", NULL, 0, 0, -1 },
|
||||
{ "kitty-htop", NULL, 1 << 8, 0, -1 },
|
||||
{ "^kitty$", NULL, 0, 0, -1 },
|
||||
// ...
|
||||
};
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user