mirror of
				https://codeberg.org/dwl/dwl-patches.git
				synced 2025-10-27 10:14:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ### Description
 | |
| This patch swaps the current window (C) with the previous master (P) when zooming.
 | |
| ```
 | |
| Original behaviour :
 | |
| +-----------------+-------+
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |        P        +-------|
 | |
| |                 |       |
 | |
| |                 |   C   |
 | |
| |                 |       |
 | |
| +-----------------+-------+
 | |
| 
 | |
| +-----------------+-------+
 | |
| |                 |       |
 | |
| |                 |   P   |
 | |
| |                 |       |
 | |
| |        C        +-------|
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| +-----------------+-------+
 | |
| 
 | |
| New Behaviour :
 | |
| +-----------------+-------+
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |        C        +-------+
 | |
| |                 |       |
 | |
| |                 |   P   |
 | |
| |                 |       |
 | |
| +-----------------+-------+
 | |
| 
 | |
| +-----------------+-------+
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |                 |       |
 | |
| |        P        +-------+
 | |
| |                 |       |
 | |
| |                 |   C   |
 | |
| |                 |       |
 | |
| +-----------------+-------+
 | |
| ```
 | |
| 
 | |
| ### Download
 | |
| - [2023-07-28](https://github.com/djpohly/dwl/compare/main...PalanixYT:zoomswap.patch)
 | |
| 
 | |
| ### Authors
 | |
| - [PalanixYT](https://github.com/PalanixYT) | 
