Browse Source

default masterwidth should also be at 600

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

+ 1
- 1
config.default.h View File

@ -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 */


Loading…
Cancel
Save