mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-11 18:33:22 +00:00
Reintroduce zoomswap
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user