mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	cmd_split: Refuse to split scratchpad hidden split containers
This commit is contained in:
		
							parent
							
								
									72ad35ba16
								
							
						
					
					
						commit
						5501d14a2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ static struct cmd_results *do_split(int layout) {
 | 
				
			||||||
	struct sway_container *con = config->handler_context.container;
 | 
						struct sway_container *con = config->handler_context.container;
 | 
				
			||||||
	struct sway_workspace *ws = config->handler_context.workspace;
 | 
						struct sway_workspace *ws = config->handler_context.workspace;
 | 
				
			||||||
	if (con) {
 | 
						if (con) {
 | 
				
			||||||
		if (container_is_scratchpad_hidden(con) &&
 | 
							if (container_is_scratchpad_hidden_or_child(con) &&
 | 
				
			||||||
				con->fullscreen_mode != FULLSCREEN_GLOBAL) {
 | 
									con->fullscreen_mode != FULLSCREEN_GLOBAL) {
 | 
				
			||||||
			return cmd_results_new(CMD_FAILURE,
 | 
								return cmd_results_new(CMD_FAILURE,
 | 
				
			||||||
					"Cannot split a hidden scratchpad container");
 | 
										"Cannot split a hidden scratchpad container");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue