sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit b81347e3f54c76f39bb2b068551a482073a7bb5b
parent 8012668de8c1dcd9a5ee8cf6325fa70261d42992
Author: jeromenerf <jerome.andrieux@gmail.com>
Date:   Sat, 22 Aug 2015 20:15:19 +0200

dwm: Fix blockquote syntax on previous patches

Diffstat:
Mdwm.suckless.org/patches/centeredmaster.md | 57+++++++++++++++++++++++++++++----------------------------
Mdwm.suckless.org/patches/uselessgap.md | 58+++++++++++++++++++++++++++-------------------------------
2 files changed, 56 insertions(+), 59 deletions(-)

diff --git a/dwm.suckless.org/patches/centeredmaster.md b/dwm.suckless.org/patches/centeredmaster.md @@ -15,42 +15,43 @@ behind (logs, tests, ...). -``` With one client in master: -+------------------------------+ -|+--------++--------++--------+| -|| || || || -|| +------------------+ || -|| | | || -|| | | || -|| | M | || -|| | | || -|| +------------------+ || -|| || || || -|+--------++--------++--------+| -+------------------------------+ + + +------------------------------+ + |+--------++--------++--------+| + || || || || + || +------------------+ || + || | | || + || | | || + || | M | || + || | | || + || +------------------+ || + || || || || + |+--------++--------++--------+| + +------------------------------+ With two clients in master: -+------------------------------+ -|+--------++--------++--------+| -|| || || || -|| +--------++--------+ || -|| | || | || -|| | || | || -|| | M1 || M2 | || -|| | || | || -|| +--------++--------+ || -|| || || || -|+--------++--------++--------+| -+------------------------------+ -``` + + +------------------------------+ + |+--------++--------++--------+| + || || || || + || +--------++--------+ || + || | || | || + || | || | || + || | M1 || M2 | || + || | || | || + || +--------++--------+ || + || || || || + |+--------++--------++--------+| + +------------------------------+ + ## Links -* [dwm-6.1-centeredmaster.diff](dwm-6.1-centeredmaster.diff) - 4K, 2015/08/15 +* [dwm-6.1-centeredmaster.diff](dwm-6.1-centeredmaster.diff) - 4K, 2015/08/15 -[http://blog.jardinmagique.info](jerome) <jerome@gcu.info> +[jerome](http://blog.jardinmagique.info) <jerome@gcu.info> diff --git a/dwm.suckless.org/patches/uselessgap.md b/dwm.suckless.org/patches/uselessgap.md @@ -17,52 +17,48 @@ static const unsigned int gappx = 6; /* gap pixel between windows */ No gaps: -``` -+-----------------+-------+ -| | | -| | | -| | | -| +-------| -| | | -| | | -| | | -+-----------------+-------+ -``` + +-----------------+-------+ + | | | + | | | + | | | + | +-------| + | | | + | | | + | | | + +-----------------+-------+ With gaps around windows: -``` -+---------------------------+ -|+----------------++-------+| -|| || || -|| || || -|| || || -|| |+-------+| -|| |+-------+| -|| || || -|| || || -|| || || -|+----------------++-------+| -+---------------------------+ -``` + +---------------------------+ + |+----------------++-------+| + || || || + || || || + || || || + || |+-------+| + || |+-------+| + || || || + || || || + || || || + |+----------------++-------+| + +---------------------------+ NB: there are some alternatives in the patches section, adding gaps between windows, but not between windows and the screen borders, only in the default tile mode... + ## Download * [dwm-6.1-uselessgap.diff](dwm-6.1-uselessgap.diff) (4K) (20150815), now supports nmaster. * [dwm-5.9-uselessgap.diff](dwm-5.9-uselessgap.diff) (1.8k) (20110107 updated. Thanks Jordan for your bug report) - - Update to use the new resizeclient() function instead of resize() - + + Updated to use the new resizeclient() function instead of resize() + * [dwm-uselessgap-5.8.diff](historical/dwm-uselessgap-5.8.diff) (1.7k) (20100225 updated. Thanks Guillaume for your bug report) - Fix floating clients bug and remove all borders in monocle mode. - + * [dwm-gap-5.7.2.diff](historical/dwm-gap-5.7.2.diff) (0.7k) (20091215) ## Author - * Jerome Andrieux - <jerome@gcu.info> +* [jerome](http://blog.jardinmagique.info) <jerome@gcu.info>