mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix alphabetization of command list
This commit is contained in:
		
							parent
							
								
									437ae28566
								
							
						
					
					
						commit
						00e62c214d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -105,8 +105,8 @@ static struct cmd_handler handlers[] = {
 | 
				
			||||||
	{ "exec", cmd_exec },
 | 
						{ "exec", cmd_exec },
 | 
				
			||||||
	{ "exec_always", cmd_exec_always },
 | 
						{ "exec_always", cmd_exec_always },
 | 
				
			||||||
	{ "focus_follows_mouse", cmd_focus_follows_mouse },
 | 
						{ "focus_follows_mouse", cmd_focus_follows_mouse },
 | 
				
			||||||
	{ "for_window", cmd_for_window },
 | 
					 | 
				
			||||||
	{ "font", cmd_font },
 | 
						{ "font", cmd_font },
 | 
				
			||||||
 | 
						{ "for_window", cmd_for_window },
 | 
				
			||||||
	{ "fullscreen", cmd_fullscreen },
 | 
						{ "fullscreen", cmd_fullscreen },
 | 
				
			||||||
	{ "include", cmd_include },
 | 
						{ "include", cmd_include },
 | 
				
			||||||
	{ "input", cmd_input },
 | 
						{ "input", cmd_input },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue