nah, I don't want 640 as MASTERWIDTH

This commit is contained in:
Anselm R. Garbe 2007-02-22 17:58:45 +01:00
parent ef9b3e173c
commit cac492b0e9
2 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ static Layout layout[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", untile }, \
};
#define MASTERWIDTH 640 /* master width per thousand */
#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
#define SNAP 40 /* untiled snap pixel */
#define SNAP 32 /* snap pixel */
/* key definitions */
#define MODKEY Mod1Mask

View File

@ -35,7 +35,7 @@ static Layout layout[] = { \
};
#define MASTERWIDTH 640 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
#define SNAP 20 /* untiled snap pixel */
#define SNAP 32 /* snap pixel */
/* key definitions */
#define MODKEY Mod1Mask