dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 82b2a948b69691bde5f2d08b132d26c128d5537c
parent e3e9504fcd0b1b38037aa9dffd04ac0de1ce5e82
Author: Guido Cella <guidocella91@gmail.com>
Date:   Fri, 14 Aug 2020 10:06:04 +0200

Fix Firefox class

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

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