mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	add nop command
This commit is contained in:
		
							parent
							
								
									4d744aeb23
								
							
						
					
					
						commit
						ebf27f2027
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -117,6 +117,8 @@ static void keyboard_binding_execute(struct roots_keyboard *keyboard,
 | 
			
		|||
		if (focus != NULL) {
 | 
			
		||||
			view_maximize(focus, !focus->maximized);
 | 
			
		||||
		}
 | 
			
		||||
	} else if (strcmp(command, "nop") == 0) {
 | 
			
		||||
		wlr_log(L_DEBUG, "nop command");
 | 
			
		||||
	} else {
 | 
			
		||||
		wlr_log(L_ERROR, "unknown binding command: %s", command);
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue