comparison config.arg.h @ 179:621222b67c3b

stylistic chnage
author arg@10ksloc.org
date Thu, 03 Aug 2006 12:21:00 +0200
parents e848966a1ac6
children 7636f51e737f
comparison
equal deleted inserted replaced
178:e848966a1ac6 179:621222b67c3b
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 firefox[] = { 2 }; \ 60 const unsigned int tag2[] = { 2 }; \
61 static Rule rule[] = { \ 61 static Rule rule[] = { \
62 /* class:instance tags isfloat */ \ 62 /* class:instance tags isfloat */ \
63 { "Firefox.*", firefox, False }, \ 63 { "Firefox.*", tag2, 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 };