dwm

dynamic window manager

git clone https://9o.is/git/dwm.git

commit fe2016cebab48bf43e62b51a7136f65b045a477e
parent 8066adbbeb8bb12244e4494312b364f9f70c244e
Author: Jul <jul@9o.is>
Date:   Sun,  1 Feb 2026 04:00:54 -0500

fix zenity rule

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -22,7 +22,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ - { ".*:zenity", NULL, NULL, 0, 1, -1 }, + { ":zenity", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */