mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-08-11 06:25:00 +00:00
Add regexrules
+18
@@ -0,0 +1,18 @@
|
|||||||
|
### Description
|
||||||
|
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 },
|
||||||
|
// ...
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
### Download
|
||||||
|
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/regexrules)
|
||||||
|
- [2024-03-05](https://codeberg.org/wochap/dwl/raw/commit/8c512c291280d81e954df9e6cf51d479de012ec8/regexrules.patch)
|
||||||
|
|
||||||
|
### Authors
|
||||||
|
- [wochap](https://codeberg.org/wochap)
|
||||||
Reference in New Issue
Block a user