Reintroduce zoomswap

This commit is contained in:
Palanix
2024-02-15 19:06:19 +01:00
parent bde90ec194
commit 70107495f3
2 changed files with 55 additions and 51 deletions
-51
View File
@@ -1,51 +0,0 @@
### 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)