mirror of git://git.suckless.org/dwm
default masterwidth should also be at 600
This commit is contained in:
parent
35f08f4231
commit
3d1d75a224
|
@ -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…
Reference in New Issue