comparison config.default.h @ 743:cb8b18d787d0

treating acroread and mplayer floating by default
author Anselm R. Garbe <arg@suckless.org>
date Fri, 09 Feb 2007 11:58:37 +0100
parents 7834ffd650d5
children
comparison
equal deleted inserted replaced
742:39b941868ce3 743:cb8b18d787d0
83 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ 83 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
84 #define RULES \ 84 #define RULES \
85 static Rule rule[] = { \ 85 static Rule rule[] = { \
86 /* class:instance:title regex tags regex isfloat */ \ 86 /* class:instance:title regex tags regex isfloat */ \
87 { "Gimp.*", NULL, True }, \ 87 { "Gimp.*", NULL, True }, \
88 { "MPlayer.*", NULL, True }, \
89 { "Acroread.*", NULL, True }, \
88 }; 90 };