mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix crash for floating command on scratchpad window
This commit is contained in:
		
							parent
							
								
									e9d096468a
								
							
						
					
					
						commit
						3a31889d7c
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -45,7 +45,10 @@ struct cmd_results *cmd_floating(int argc, char **argv) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	container_set_floating(container, wants_floating);
 | 
						container_set_floating(container, wants_floating);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Floating containers in the scratchpad should be ignored
 | 
				
			||||||
 | 
						if (container->workspace) {
 | 
				
			||||||
		arrange_workspace(container->workspace);
 | 
							arrange_workspace(container->workspace);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return cmd_results_new(CMD_SUCCESS, NULL);
 | 
						return cmd_results_new(CMD_SUCCESS, NULL);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue