summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorwochap <gean.marroquin@gmail.com>2024-04-11 12:45:47 -0500
committerSquibid <me@zacharyscheiman.com>2025-02-12 00:27:20 -0600
commit3a912ae2b4e99507d8c3b1ce0add52f9043fa055 (patch)
tree9d0ee415082d2ec413c952e67ae9f083a65e2267 /config.def.h
parentce17d0f303a11a8eaaf1a78202002b111bec9008 (diff)
downloaddwl-3a912ae2b4e99507d8c3b1ce0add52f9043fa055.tar.gz
dwl-3a912ae2b4e99507d8c3b1ce0add52f9043fa055.tar.bz2
dwl-3a912ae2b4e99507d8c3b1ce0add52f9043fa055.zip
implement regex support in rules for app_id and title Enables the use of regular expressions for window rules "app_id" and "title"
Diffstat (limited to '')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 59066f8..7bccc8c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,6 +34,7 @@ static const Rule rules[] = {
/* examples: */
{ "Gimp_EXAMPLE", NULL, 0, 1, -1 }, /* Start on currently visible tags floating, not tiled */
{ "firefox_EXAMPLE", NULL, 1 << 8, 0, -1 }, /* Start on ONLY tag "9" */
+ { "^kitty_EXAMPLE$", NULL, 0, 0, -1 },
};
/* tearing */