X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=752c40f0067ecc7bf690c54b74a4c595f24d03d0;hb=3e11b38349787fced39ec160eba14b30800cbf2e;hp=33597eec1c89c3f4d619ec92ada40f1574de6e0c;hpb=20d7b5d05884abaa03d92942eb6ec9ba5365a468;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 33597ee..752c40f 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,7 +3,7 @@ */ #define TAGS \ -const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL }; +const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" @@ -69,7 +69,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", False }, \ + { "Firefox.*", "www", False }, \ { "Gimp.*", NULL, True }, \ { "MPlayer.*", NULL, True }, \ { "Acroread.*", NULL, True }, \