diff -r f20cea484900 -r 61490330e90a tag.c --- a/tag.c Thu Jul 20 10:48:22 2006 +0200 +++ b/tag.c Thu Jul 20 12:18:06 2006 +0200 @@ -20,9 +20,9 @@ /* CUSTOMIZE */ static Rule rule[] = { - /* class instance tags isfloat */ - { "Firefox.*", { [Twww] = "www" }, False }, - { "Gimp.*", { 0 }, True}, + /* class:instance tags isfloat */ + { "Firefox.*", { [Twww] = "www" }, False }, + { "Gimp.*", { 0 }, True}, }; /* extern */ @@ -71,8 +71,8 @@ void dotile(Arg *arg) { + int n, i, w, h; Client *c; - int n, i, w, h; w = sw - mw; arrange = dotile; @@ -161,6 +161,7 @@ replacetag(Arg *arg) { int i; + if(!sel) return;