dotfiles/dwl/dwl-patches/patches/zoomswap
2025-08-10 11:30:42 +03:30
..
README.md suicide 2025-08-10 11:30:42 +03:30
zoomswap-v0.6.patch suicide 2025-08-10 11:30:42 +03:30
zoomswap-v0.7.patch suicide 2025-08-10 11:30:42 +03:30
zoomswap.patch suicide 2025-08-10 11:30:42 +03:30

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

Authors