mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Add missing entry to list of accepted arguments for the move command
This commit is contained in:
		
							parent
							
								
									d202ca2fd7
								
							
						
					
					
						commit
						d9eb49f3b1
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1011,7 +1011,8 @@ static struct cmd_results *cmd_move(int argc, char **argv) {
 | 
			
		|||
	}
 | 
			
		||||
	const char* expected_syntax = "Expected 'move <left|right|up|down>' or "
 | 
			
		||||
		"'move <container|window> to workspace <name>' or "
 | 
			
		||||
		"'move <container|window|workspace> to output <name|direction>'";
 | 
			
		||||
		"'move <container|window|workspace> to output <name|direction>' or "
 | 
			
		||||
                "'move position mouse'";
 | 
			
		||||
	swayc_t *view = get_focused_container(&root_container);
 | 
			
		||||
 | 
			
		||||
	if (strcasecmp(argv[0], "left") == 0) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue