default masterwidth should also be at 600
Anselm R. Garbe arg@suckless.org
Fri, 23 Feb 2007 11:13:57 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.default.h
→
config.default.h
@@ -33,7 +33,7 @@ /* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \ { "><>", floating }, \ }; -#define MASTERWIDTH 640 /* master width per thousand */ +#define MASTERWIDTH 600 /* master width per thousand */ #define NMASTER 1 /* clients in master area */ #define SNAP 32 /* snap pixel */