mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	add note about how to change MODKEY for windows key
This commit is contained in:
		
							parent
							
								
									a41d6cb00f
								
							
						
					
					
						commit
						855e6c1898
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -52,6 +52,7 @@ static const int repeat_delay = 600;
 | 
				
			||||||
static const int tap_to_click = 1;
 | 
					static const int tap_to_click = 1;
 | 
				
			||||||
static const int natural_scrolling = 0;
 | 
					static const int natural_scrolling = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* If you want to use the windows key change this to WLR_MODIFIER_LOGO */
 | 
				
			||||||
#define MODKEY WLR_MODIFIER_ALT
 | 
					#define MODKEY WLR_MODIFIER_ALT
 | 
				
			||||||
#define TAGKEYS(KEY,SKEY,TAG) \
 | 
					#define TAGKEYS(KEY,SKEY,TAG) \
 | 
				
			||||||
	{ MODKEY,                    KEY,            view,            {.ui = 1 << TAG} }, \
 | 
						{ MODKEY,                    KEY,            view,            {.ui = 1 << TAG} }, \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue