X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=fd7f2a98410a765dc7cf1348b40e7dc614338167;hb=6a5b41203e45d565b58b1e39e86f0e290cabdc20;hp=e8df6211f81673ed42838421252052133eb71d5f;hpb=fbd310972db317fb32fdce292b86403cc5b696b8;p=dwm.git diff --git a/config.default.h b/config.default.h index e8df621..fd7f2a9 100644 --- a/config.default.h +++ b/config.default.h @@ -82,6 +82,5 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "2", False }, \ { "Gimp.*", NULL, True }, \ };