dwm

my build of dwm
git clone git://git.ckyln.com/~cem/dwm.git
Log | Files | Refs | README | LICENSE

commit 8165d64f736922b4981c0da2eecd4f439660b424
parent f072ccd2ec9436cbe9fa4f97735cb87183d9fb2e
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 23 Oct 2019 09:22:48 +0300

change firefox class name

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

diff --git a/config.h b/config.h @@ -36,7 +36,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "firefox", NULL, NULL, 1 << 8, 0, -1 }, { "qutebrowser", NULL, NULL, 1 << 8, 0, -1 }, { "Surf", NULL, NULL, 1 << 8, 0, -1 }, { "tabbed", NULL, NULL, 1 << 8, 0, -1 },