Mercurial > aewl
comparison config.h @ 769:49aa8ccceefa
cleanups in domax and more
author | meillo@marmaro.de |
---|---|
date | Fri, 05 Dec 2008 21:42:47 +0100 |
parents | 706991d15451 |
children | 6f7f86762e0e |
comparison
equal
deleted
inserted
replaced
768:a1c6805aa018 | 769:49aa8ccceefa |
---|---|
42 /* Query class:instance:title for regex matching info with following command: | 42 /* Query class:instance:title for regex matching info with following command: |
43 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ | 43 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ |
44 #define RULES \ | 44 #define RULES \ |
45 static Rule rule[] = { \ | 45 static Rule rule[] = { \ |
46 /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ | 46 /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ |
47 { "URxvt", NULL, NULL, 0, False }, \ | 47 { "URxvt", NULL, NULL, 0, False }, \ |
48 { "urxvt", NULL, NULL, 0, False }, \ | 48 { "MPlayer", NULL, NULL, -1, True }, \ |
49 { "MPlayer", NULL, NULL, -1, True }, \ | 49 { NULL, "qiv", NULL, -1, False }, \ |
50 { NULL, "qiv", NULL, -1, False }, \ | 50 { "Gimp", NULL, NULL, 1, True }, \ |
51 { "Gimp", NULL, NULL, 1, True }, \ | 51 { "", "", "", 1, False }, \ |
52 { "", "", "", 1, False }, \ | |
53 }; | 52 }; |