Mercurial > dwm-meillo
comparison config.default.h @ 371:fc9d35252ab4
applied sanders somepatches.patch
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 28 Aug 2006 08:02:29 +0200 |
parents | c719a27f3d93 |
children | 7528080beb0e |
comparison
equal
deleted
inserted
replaced
370:615b8b2e9457 | 371:fc9d35252ab4 |
---|---|
53 { MODKEY|ControlMask, XK_5, toggleview, { .i = 4 } }, \ | 53 { MODKEY|ControlMask, XK_5, toggleview, { .i = 4 } }, \ |
54 { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ | 54 { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ |
55 }; | 55 }; |
56 | 56 |
57 /* Query class:instance:title for regex matching info with following command: | 57 /* Query class:instance:title for regex matching info with following command: |
58 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/{ printf("%s\n",$2) }' */ | 58 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ |
59 #define RULES \ | 59 #define RULES \ |
60 static Rule rule[] = { \ | 60 static Rule rule[] = { \ |
61 /* class:instance:title regex tags regex isfloat */ \ | 61 /* class:instance:title regex tags regex isfloat */ \ |
62 { "Firefox.*", "2", False }, \ | 62 { "Firefox.*", "2", False }, \ |
63 { "Gimp.*", NULL, True}, \ | 63 { "Gimp.*", NULL, True}, \ |