X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d41b232b524afe38d4ce416f335571654f61abf0..a2d56f6dcef7adb1a85951871cb51a052709241a:/config.arg.h?ds=sidebyside diff --git a/config.arg.h b/config.arg.h index dc751f0..0c39d3b 100644 --- a/config.arg.h +++ b/config.arg.h @@ -57,10 +57,10 @@ static Key key[] = { \ }; #define RULES \ - const unsigned int tag2[] = { 2 }; \ + const unsigned int two[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", tag2, False }, \ + { "Firefox.*", two, False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \