mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Minor fix
This commit is contained in:
		
							parent
							
								
									3f1bb40769
								
							
						
					
					
						commit
						7a21388997
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -376,7 +376,7 @@ static bool cmd_output(struct sway_config *config, int argc, char **argv) {
 | 
			
		|||
 | 
			
		||||
	// TODO: atoi doesn't handle invalid numbers
 | 
			
		||||
	
 | 
			
		||||
	if (strcmp(argv[1], "disable") == 0) {
 | 
			
		||||
	if (strcasecmp(argv[1], "disable") == 0) {
 | 
			
		||||
		output->enabled = false;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue