dwm

dynamic window manager

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

commit 5bfe0d167b6b0ada88f0b9aa25f2369eb4711850
parent 2f2720447dcaee06fb64bd0239d1d3d7741009ea
Author: Jul <jul@9o.is>
Date:   Sun,  1 Feb 2026 03:14:13 -0500

force zenity windows to float

Diffstat:
Mconfig.h | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

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