change default MODKEY to Mod4Mask i.e. super
This commit is contained in:
		
							parent
							
								
									e5bdde4c77
								
							
						
					
					
						commit
						19ab95da81
					
				| @ -43,7 +43,7 @@ static const Layout layouts[] = { | |||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| /* key definitions */ | /* key definitions */ | ||||||
| #define MODKEY Mod1Mask | #define MODKEY Mod4Mask | ||||||
| #define TAGKEYS(KEY,TAG) \ | #define TAGKEYS(KEY,TAG) \ | ||||||
| 	{ MODKEY,                       KEY,      view,           {.ui = 1 << TAG} }, \ | 	{ MODKEY,                       KEY,      view,           {.ui = 1 << TAG} }, \ | ||||||
| 	{ MODKEY|ControlMask,           KEY,      toggleview,     {.ui = 1 << TAG} }, \ | 	{ MODKEY|ControlMask,           KEY,      toggleview,     {.ui = 1 << TAG} }, \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user