diff --git a/regexrules.md b/regexrules.md new file mode 100644 index 0000000..7647667 --- /dev/null +++ b/regexrules.md @@ -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)