X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=b62e9380324fa9ef7130259c17be69b5d6007f09;hb=a6a216f28cbc49afaace269c2662382a351fda24;hp=5a99b7f6212a7c9909fbe0cc06e613d9f36104ed;hpb=7ebab7533a8959c79c52d338f1780636aa49b838;p=dwm.git diff --git a/config.def.h b/config.def.h index 5a99b7f..b62e938 100644 --- a/config.def.h +++ b/config.def.h @@ -15,10 +15,7 @@ const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; Rule rules[] = { /* class instance title tags ref isfloating */ - { NULL, NULL, "Firefox", tags[8], False }, - { NULL, NULL, "Gimp", NULL, True }, - { NULL, NULL, "MPlayer", NULL, True }, - { NULL, NULL, "Acroread", NULL, True }, + { "Gimp", NULL, NULL, NULL, True }, }; /* geometries, s{x,y,w,h} and bh are already initualized here */