Mercurial > dwm-meillo
comparison config.arg.h @ 147:a94577c9de73
fixed config.h files
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 14:03:29 +0200 |
parents | f328ce9c558c |
children | a26b32ff8911 |
comparison
equal
deleted
inserted
replaced
146:f328ce9c558c | 147:a94577c9de73 |
---|---|
1 /* | 1 /* |
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | 2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> |
3 * See LICENSE file for license details. | 3 * See LICENSE file for license details. |
4 */ | 4 */ |
5 | 5 |
6 #define ARRANGE dotile | |
6 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" | 7 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" |
7 #define BGCOLOR "#0a2c2d" | 8 #define BGCOLOR "#0a2c2d" |
8 #define FGCOLOR "#ddeeee" | 9 #define FGCOLOR "#ddeeee" |
9 #define BORDERCOLOR "#176164" | 10 #define BORDERCOLOR "#176164" |
10 #define MODKEY Mod1Mask | 11 #define MODKEY Mod1Mask |
70 static Rule rule[] = { \ | 71 static Rule rule[] = { \ |
71 /* class:instance tags isfloat */ \ | 72 /* class:instance tags isfloat */ \ |
72 { "Firefox.*", { [Tnet] = "net" }, False }, \ | 73 { "Firefox.*", { [Tnet] = "net" }, False }, \ |
73 { "Gimp.*", { 0 }, True}, \ | 74 { "Gimp.*", { 0 }, True}, \ |
74 }; | 75 }; |
75 | |
76 #define ARRANGE dotile |