mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Don't remove from scratchpad on move to workspace
on move container window to another workspace, not remove from scratchpad.
This commit is contained in:
		
							parent
							
								
									c44794bedc
								
							
						
					
					
						commit
						98b40d31c1
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -516,7 +516,6 @@ static struct cmd_results *cmd_move_container(int argc, char **argv) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// move container
 | 
						// move container
 | 
				
			||||||
	if (container->scratchpad) {
 | 
						if (container->scratchpad) {
 | 
				
			||||||
		root_scratchpad_remove_container(container);
 | 
					 | 
				
			||||||
		root_scratchpad_show(container);
 | 
							root_scratchpad_show(container);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	switch (destination->type) {
 | 
						switch (destination->type) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue