Browse Source

nah, I don't want 640 as MASTERWIDTH

master
Anselm R. Garbe 18 years ago
parent
commit
cac492b0e9
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      config.arg.h
  2. +1
    -1
      config.default.h

+ 2
- 2
config.arg.h 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


+ 1
- 1
config.default.h 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


Loading…
Cancel
Save