mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Merge branch 'main' into wlroots-next
This commit is contained in:
		
						commit
						2144546192
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -68,7 +68,7 @@ static const char *menucmd[] = { "bemenu-run", NULL };
 | 
				
			||||||
static const Key keys[] = {
 | 
					static const Key keys[] = {
 | 
				
			||||||
	/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
 | 
						/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
 | 
				
			||||||
	/* modifier                  key                 function        argument */
 | 
						/* modifier                  key                 function        argument */
 | 
				
			||||||
	{ MODKEY,                    XKB_p,              spawn,          {.v = menucmd} },
 | 
						{ MODKEY,                    XKB_KEY_p,          spawn,          {.v = menucmd} },
 | 
				
			||||||
	{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return,     spawn,          {.v = termcmd} },
 | 
						{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return,     spawn,          {.v = termcmd} },
 | 
				
			||||||
	{ MODKEY,                    XKB_KEY_j,          focusstack,     {.i = +1} },
 | 
						{ MODKEY,                    XKB_KEY_j,          focusstack,     {.i = +1} },
 | 
				
			||||||
	{ MODKEY,                    XKB_KEY_k,          focusstack,     {.i = -1} },
 | 
						{ MODKEY,                    XKB_KEY_k,          focusstack,     {.i = -1} },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue