From: Anselm R. Garbe Date: Fri, 23 Feb 2007 10:13:57 +0000 (+0100) Subject: default masterwidth should also be at 600 X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=3d1d75a2248dc753bbc42a37b3da24311c35e03a default masterwidth should also be at 600 --- diff --git a/config.default.h b/config.default.h index 95e2906..91be009 100644 --- a/config.default.h +++ b/config.default.h @@ -33,7 +33,7 @@ static Layout layout[] = { \ { "[]=", 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 */