X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=70c245f3ab30761ae2165408d30d625a1e337634;hb=b739721d9ec56379a55228e8e01b618d5932f6ca;hp=1cc7cd7431f32b35b6d2ac1152371532bc2c054b;hpb=8c334ee078a682a4e5b01aad6b12d24cf9be26d6;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 1cc7cd7..70c245f 100644 --- a/config.arg.h +++ b/config.arg.h @@ -7,7 +7,6 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ -#define DEFTAG 0 /* index */ #define TFONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define FONT "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*" #define BGCOLOR "#0d121d" @@ -47,7 +46,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ - /* class:instance regex tags regex isfloat */ \ + /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "net", False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \