Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (1254B)
---
1 zoomswap
2 ========
3
4 Description
5 -----------
6 This patch swaps the current window (C) with the previous master (P) when
7 zooming.
8
9 Original behaviour :
10 +-----------------+-------+
11 | | |
12 | | |
13 | | |
14 | P +-------|
15 | | |
16 | | C |
17 | | |
18 +-----------------+-------+
19
20 +-----------------+-------+
21 | | |
22 | | P |
23 | | |
24 | C +-------|
25 | | |
26 | | |
27 | | |
28 +-----------------+-------+
29
30
31 New Behaviour :
32 +-----------------+-------+
33 | | |
34 | | |
35 | | |
36 | C +-------+
37 | | |
38 | | P |
39 | | |
40 +-----------------+-------+
41
42 Download
43 --------
44 * [dwm-zoomswap-6.2.diff](dwm-zoomswap-6.2.diff)
45 * [dwm-zoomswap-20160731-56a31dc.diff](dwm-zoomswap-20160731-56a31dc.dif…
46 * [dwm-zoomswap-6.0.diff](dwm-zoomswap-6.0.diff) (1.6K) (20120406)
47
48 Author
49 ------
50 * Jan Christoph Ebersbach - `<jceb at e-jc dot de>`
51 * Aleksandrs Stier (6.2)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.