diff options
author | Malfurious <m@lfurio.us> | 2024-03-02 11:05:58 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-03-05 21:04:47 -0500 |
commit | 72bcdd4d6be18975843637ad0a5e2f21de5fea82 (patch) | |
tree | f0ff5780a9b0e7f0d8649ccc3baaaea9486bbceb /README | |
parent | 2d0d68ce93d35a46029879addd567c89cc41597d (diff) | |
download | dwm-72bcdd4d6be18975843637ad0a5e2f21de5fea82.tar.gz dwm-72bcdd4d6be18975843637ad0a5e2f21de5fea82.zip |
patch: centeredmaster
centeredmaster centers the nmaster area on screen, using mfact * monitor
width & height, with the stacked windows distributed to the left and
right. It can be selected with [Alt]+[u].
With one and two clients in master respectively this results in:
+------------------------------+ +------------------------------+
|+--------++--------++--------+| |+--------++--------++--------+|
|| || || || || || || ||
|| || || || || || M1 || ||
|| || || || || || || ||
|| S2 || M || S1 || || |+--------+| ||
|| || || || || |+--------+| ||
|| || || || || || || ||
|| || || || || || M2 || ||
|| || || || || || || ||
|+--------++--------++--------+| |+--------++--------++--------+|
+------------------------------+ +------------------------------+
This layout can be useful on large screens, where monocle or htile might
be either too large or forcing the user to type in a corner of the
screen. It allows for instance to center the editor while being able to
keep an eye on background processes (logs, tests, ...).
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions