comparison config.arg.h @ 164:21071ae1fe68

made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
author arg@10ksloc.org
date Wed, 02 Aug 2006 16:32:05 +0200
parents c8db0a825775
children 4d828b431b72
comparison
equal deleted inserted replaced
163:e2e1de08341d 164:21071ae1fe68
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
6 #define DEFMODE dotile /* dofloat */
7 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
8 #define BGCOLOR "#0a2c2d"
9 #define FGCOLOR "#ddeeee"
10 #define BORDERCOLOR "#176164"
11 #define MODKEY Mod1Mask
12 #define NUMLOCKMASK Mod2Mask
13 #define MASTERW 52 /* percent */
14 5
15 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; 6 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
16 #define TAGS \ 7 #define TAGS \
17 char *tags[TLast] = { \ 8 char *tags[TLast] = { \
18 [Tfnord] = "fnord", \ 9 [Tfnord] = "fnord", \
19 [Tdev] = "dev", \ 10 [Tdev] = "dev", \
20 [Tnet] = "net", \ 11 [Tnet] = "net", \
21 [Twork] = "work", \ 12 [Twork] = "work", \
22 [Tmisc] = "misc", \ 13 [Tmisc] = "misc", \
23 }; 14 };
15
16 #define DEFMODE dotile /* dofloat */
24 #define DEFTAG Tdev 17 #define DEFTAG Tdev
18 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
19 #define BGCOLOR "#0a2c2d"
20 #define FGCOLOR "#ddeeee"
21 #define BORDERCOLOR "#176164"
22 #define MODKEY Mod1Mask
23 #define NUMLOCKMASK Mod2Mask
24 #define MASTERW 52 /* percent */
25 25
26 #define KEYS \ 26 #define KEYS \
27 const char *browse[] = { "firefox", NULL }; \ 27 const char *browse[] = { "firefox", NULL }; \
28 const char *gimp[] = { "gimp", NULL }; \ 28 const char *gimp[] = { "gimp", NULL }; \
29 const char *term[] = { \ 29 const char *term[] = { \