commit b81347e3f54c76f39bb2b068551a482073a7bb5b
Author: jeromenerf <jerome.andrieux_AT_gmail.com>
Date: Sat Aug 22 20:15:19 2015 +0200
dwm: Fix blockquote syntax on previous patches
diff --git a/dwm.suckless.org/patches/centeredmaster.md b/dwm.suckless.org/patches/centeredmaster.md
index e48a651..164a6c8 100644
--- a/dwm.suckless.org/patches/centeredmaster.md
+++ b/dwm.suckless.org/patches/centeredmaster.md
_AT_@ -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_AT_gcu.info>
+[jerome](
http://blog.jardinmagique.info) <jerome_AT_gcu.info>
diff --git a/dwm.suckless.org/patches/uselessgap.md b/dwm.suckless.org/patches/uselessgap.md
index f4082a8..02752f8 100644
--- a/dwm.suckless.org/patches/uselessgap.md
+++ b/dwm.suckless.org/patches/uselessgap.md
_AT_@ -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_AT_gcu.info>
+* [jerome](
http://blog.jardinmagique.info) <jerome_AT_gcu.info>
Received on Sat Aug 22 2015 - 20:15:26 CEST