changed order if h/l
This commit is contained in:
		
							parent
							
								
									0ea0343a63
								
							
						
					
					
						commit
						35f08f4231
					
				| @ -47,8 +47,8 @@ static Key key[] = { \ | |||||||
| 	{ MODKEY,			XK_space,	setlayout,	NULL }, \ | 	{ MODKEY,			XK_space,	setlayout,	NULL }, \ | ||||||
| 	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \ | 	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \ | ||||||
| 	{ MODKEY,			XK_i,		incnmaster,	"1" }, \ | 	{ MODKEY,			XK_i,		incnmaster,	"1" }, \ | ||||||
| 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \ |  | ||||||
| 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \ | 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \ | ||||||
|  | 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \ | ||||||
| 	{ MODKEY,			XK_j,		focusclient,	"1" }, \ | 	{ MODKEY,			XK_j,		focusclient,	"1" }, \ | ||||||
| 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \ | 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \ | ||||||
| 	{ MODKEY,			XK_m,		togglemax,	NULL }, \ | 	{ MODKEY,			XK_m,		togglemax,	NULL }, \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anselm R. Garbe
						Anselm R. Garbe