well I use a different default tile
This commit is contained in:
		
							parent
							
								
									02673538bc
								
							
						
					
					
						commit
						3c5b6f03ba
					
				| 
						 | 
					@ -27,8 +27,8 @@ Rule rules[] = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Layout layouts[] = {
 | 
					Layout layouts[] = {
 | 
				
			||||||
	/* symbol		function	isfloating */
 | 
						/* symbol		function	isfloating */
 | 
				
			||||||
	{ "[]=",		tilev,		False }, /* first entry is default */
 | 
						{ "[]|",		tileh,		False }, /* first entry is default */
 | 
				
			||||||
	{ "[]|",		tileh,		False },
 | 
						{ "[]=",		tilev,		False },
 | 
				
			||||||
	{ "><>",		floating,	True },
 | 
						{ "><>",		floating,	True },
 | 
				
			||||||
	{ "[M]",		monocle,	True },
 | 
						{ "[M]",		monocle,	True },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue