From 360e485095be55312f5736f6d3cdaa5578d47298 Mon Sep 17 00:00:00 2001 From: PalanixYT Date: Fri, 28 Jul 2023 02:24:39 +0200 Subject: [PATCH] Created zoomswap (markdown) --- zoomswap.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 zoomswap.md diff --git a/zoomswap.md b/zoomswap.md new file mode 100644 index 0000000..34391a4 --- /dev/null +++ b/zoomswap.md @@ -0,0 +1,41 @@ +### 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 | +| | | ++-----------------+-------+ +``` + +### Download +- [2023-07-28](https://github.com/djpohly/dwl/compare/main...PalanixYT:zoomswap.patch) + +### Authors +- [PalanixYT](https://github.com/PalanixYT) \ No newline at end of file