default masterwidth should also be at 600
This commit is contained in:
		@@ -33,7 +33,7 @@ static Layout layout[] = { \
 | 
				
			|||||||
	{ "[]=",		tile }, /* first entry is default */ \
 | 
						{ "[]=",		tile }, /* first entry is default */ \
 | 
				
			||||||
	{ "><>",		floating }, \
 | 
						{ "><>",		floating }, \
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
#define MASTERWIDTH		640		/* master width per thousand */
 | 
					#define MASTERWIDTH		600		/* master width per thousand */
 | 
				
			||||||
#define NMASTER			1		/* clients in master area */
 | 
					#define NMASTER			1		/* clients in master area */
 | 
				
			||||||
#define SNAP			32		/* snap pixel */
 | 
					#define SNAP			32		/* snap pixel */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user