aewl
diff 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 |
line diff
1.1 --- a/config.arg.h Wed Aug 02 13:05:04 2006 +0200 1.2 +++ b/config.arg.h Wed Aug 02 16:32:05 2006 +0200 1.3 @@ -3,15 +3,6 @@ 1.4 * See LICENSE file for license details. 1.5 */ 1.6 1.7 -#define DEFMODE dotile /* dofloat */ 1.8 -#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" 1.9 -#define BGCOLOR "#0a2c2d" 1.10 -#define FGCOLOR "#ddeeee" 1.11 -#define BORDERCOLOR "#176164" 1.12 -#define MODKEY Mod1Mask 1.13 -#define NUMLOCKMASK Mod2Mask 1.14 -#define MASTERW 52 /* percent */ 1.15 - 1.16 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; 1.17 #define TAGS \ 1.18 char *tags[TLast] = { \ 1.19 @@ -21,7 +12,16 @@ 1.20 [Twork] = "work", \ 1.21 [Tmisc] = "misc", \ 1.22 }; 1.23 + 1.24 +#define DEFMODE dotile /* dofloat */ 1.25 #define DEFTAG Tdev 1.26 +#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" 1.27 +#define BGCOLOR "#0a2c2d" 1.28 +#define FGCOLOR "#ddeeee" 1.29 +#define BORDERCOLOR "#176164" 1.30 +#define MODKEY Mod1Mask 1.31 +#define NUMLOCKMASK Mod2Mask 1.32 +#define MASTERW 52 /* percent */ 1.33 1.34 #define KEYS \ 1.35 const char *browse[] = { "firefox", NULL }; \