mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-08-10 22:15:00 +00:00
Update regexrules
+2
-2
@@ -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 },
|
||||||
// ...
|
// ...
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user