Mercurial > aewl
comparison config.arg.h @ 182:7636f51e737f
s/tag2/two/g
author | arg@10ksloc.org |
---|---|
date | Thu, 03 Aug 2006 15:09:52 +0200 |
parents | 621222b67c3b |
children | 523df4a3c1c4 |
comparison
equal
deleted
inserted
replaced
181:03cb4cc41818 | 182:7636f51e737f |
---|---|
55 { MODKEY|ShiftMask, XK_l, spawn, { .argv = xlock } }, \ | 55 { MODKEY|ShiftMask, XK_l, spawn, { .argv = xlock } }, \ |
56 { MODKEY|ShiftMask, XK_w, spawn, { .argv = browse } }, \ | 56 { MODKEY|ShiftMask, XK_w, spawn, { .argv = browse } }, \ |
57 }; | 57 }; |
58 | 58 |
59 #define RULES \ | 59 #define RULES \ |
60 const unsigned int tag2[] = { 2 }; \ | 60 const unsigned int two[] = { 2 }; \ |
61 static Rule rule[] = { \ | 61 static Rule rule[] = { \ |
62 /* class:instance tags isfloat */ \ | 62 /* class:instance tags isfloat */ \ |
63 { "Firefox.*", tag2, False }, \ | 63 { "Firefox.*", two, False }, \ |
64 { "Gimp.*", NULL, True}, \ | 64 { "Gimp.*", NULL, True}, \ |
65 { "MPlayer.*", NULL, True}, \ | 65 { "MPlayer.*", NULL, True}, \ |
66 { "Acroread.*", NULL, True}, \ | 66 { "Acroread.*", NULL, True}, \ |
67 }; | 67 }; |