[wiki] [sites] improve compatibility with smu(1) || Josuah Demangeon

From: <git_AT_suckless.org>
Date: Sat, 08 Sep 2018 18:41:52 +0200

commit 73b5a019fd726235a2fc6ccb605e1343da32b1ae
Author: Josuah Demangeon <mail_AT_josuah.net>
Date: Sat Sep 8 18:43:29 2018 +0200

    improve compatibility with smu(1)
    
    * replace leading ' *' with '*'
    * remove trailing ' #'

diff --git a/dwm.suckless.org/customisation/patches_in_git/index.md b/dwm.suckless.org/customisation/patches_in_git/index.md
index d1623aab..058bacc8 100644
--- a/dwm.suckless.org/customisation/patches_in_git/index.md
+++ b/dwm.suckless.org/customisation/patches_in_git/index.md
_AT_@ -1,22 +1,22 @@
-# How to maintain dwm configuration and customization in git #
+# How to maintain dwm configuration and customization in git
 
 Since suckless.org has migrated to git, customizations can now be be
 managed directly in git as an alternative to the
 [patch queue in Mercurial tutorial](//dwm.suckless.org/customisation/patch_queue).
 
-## The concept ##
+## The concept
 
 By recording changes and applied patches as commits in a special
 branch they can be rebased on top of the master branch when required.
 
-## Cloning the repository ##
+## Cloning the repository
 
 You need to have the [Git VCS](http://git-scm.com/) installed first.
 Then clone the upstream repository locally
 
         git clone git://git.suckless.org/dwm
 
-## Recording customizations ##
+## Recording customizations
 
 Create a special branch where all the customizations will be kept. It
 doesn't matter what the name is, it just needs to be something
_AT_@ -46,7 +46,7 @@ Then record the changes as commits
         # git will ask you to provide a message describing your changes
         git commit
 
-### Experimenting with different combinations of customizations ###
+### Experimenting with different combinations of customizations
 
 If you plan on experimenting with different combinations of
 customizations it might be easier to record the commits in separate
_AT_@ -64,7 +64,7 @@ If you some conflicts occur, resolve them and then record the changes
 and commit the result. `git mergetool` can help with resolving the
 conflicts.
 
-## Updating customizations after new release ##
+## Updating customizations after new release
 
 When the time comes to update your customizations after a new
 release of dwm or when the dwm repository contains a commit fixing
_AT_@ -93,6 +93,6 @@ If you want to give up, you can always abort the rebase
 
         git rebase --abort
 
-## Author ##
+## Author
 
 * [Ondřej Grover](mailto:ondrej.grover_AT_gmail.com)
diff --git a/dwm.suckless.org/multi-monitor/index.md b/dwm.suckless.org/multi-monitor/index.md
index c6c20187..6cf8fc2d 100644
--- a/dwm.suckless.org/multi-monitor/index.md
+++ b/dwm.suckless.org/multi-monitor/index.md
_AT_@ -1,11 +1,11 @@
-# Multi-monitor setup #
+# Multi-monitor setup
 
 If configured to use Xinerama libraries in `config.mk`, dwm can
 automatically detect configured screen outputs (monitor, overhead
 projector, etc.) and their resolutions and draw the windows in the
 output area accordingly.
 
-## Configuring monitors ##
+## Configuring monitors
 
 One of the easiest ways to configure screen outputs is via the *RandR*
 X server extension using the `xrandr` tool. Without arguments it will
_AT_@ -16,7 +16,7 @@ list the current configuration of screen outputs.
 For each connected output the supported resolution modes will be
 printed.
 
-## Mirroring two outputs ##
+## Mirroring two outputs
 
 dwm will assume that two outputs should display identical windows and
 tags if
_AT_@ -32,7 +32,7 @@ setup
 
 The `--auto` switch enables the output after it was connected.
 
-## Two independent outputs ##
+## Two independent outputs
 
 If two screen outputs have different resolutions, dwm assumes that
 they should display different windows and tag sets. It may therefore
diff --git a/dwm.suckless.org/patches/alpha/index.md b/dwm.suckless.org/patches/alpha/index.md
index d07622bd..d04f69f1 100644
--- a/dwm.suckless.org/patches/alpha/index.md
+++ b/dwm.suckless.org/patches/alpha/index.md
_AT_@ -13,13 +13,13 @@ just like the [alpha-patch for st](//st.suckless.org/patches/alpha/).
 Download
 --------
 
- * [dwm-alpha-6.1.diff](dwm-alpha-6.1.diff)
- * [dwm-alpha-20180613-b69c870.diff](dwm-alpha-20180613-b69c870.diff)
+* [dwm-alpha-6.1.diff](dwm-alpha-6.1.diff)
+* [dwm-alpha-20180613-b69c870.diff](dwm-alpha-20180613-b69c870.diff)
 
 
 Authors
 -------
 
- * Eon S. Jeon - <esjeon_AT_hyunmu.am>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1 port)
- * Thomas Oltmann - <thomas.oltmann.hhg_AT_gmail.com> (20180613-b69c870 port)
+* Eon S. Jeon - <esjeon_AT_hyunmu.am>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1 port)
+* Thomas Oltmann - <thomas.oltmann.hhg_AT_gmail.com> (20180613-b69c870 port)
diff --git a/dwm.suckless.org/patches/attachabove/index.md b/dwm.suckless.org/patches/attachabove/index.md
index 9e350c9e..055d0c13 100644
--- a/dwm.suckless.org/patches/attachabove/index.md
+++ b/dwm.suckless.org/patches/attachabove/index.md
_AT_@ -10,14 +10,14 @@ always becoming the new master. This behaviour is known from Xmonad.
 Download
 --------
 
- * [dwm-attachabove-6.0.diff](dwm-attachabove-6.0.diff)
- * [dwm-attachabove-6.1.diff](dwm-attachabove-6.1.diff)
- * [dwm-attachabove-20160713-56a31dc.diff](dwm-attachabove-20160713-56a31dc.diff)
- * [dwm-attachabove-20180126-db22360.diff](dwm-attachabove-20180126-db22360.diff)
+* [dwm-attachabove-6.0.diff](dwm-attachabove-6.0.diff)
+* [dwm-attachabove-6.1.diff](dwm-attachabove-6.1.diff)
+* [dwm-attachabove-20160713-56a31dc.diff](dwm-attachabove-20160713-56a31dc.diff)
+* [dwm-attachabove-20180126-db22360.diff](dwm-attachabove-20180126-db22360.diff)
 
 Authors
 -------
 
- * Mate Nagy - <mnagy_AT_port70.net>
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de> (6.0, 6.1 ports)
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Mate Nagy - <mnagy_AT_port70.net>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de> (6.0, 6.1 ports)
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
diff --git a/dwm.suckless.org/patches/attachbottom/index.md b/dwm.suckless.org/patches/attachbottom/index.md
index bff3f551..3dc8f644 100644
--- a/dwm.suckless.org/patches/attachbottom/index.md
+++ b/dwm.suckless.org/patches/attachbottom/index.md
_AT_@ -11,9 +11,9 @@ I find this to be the least obtrusive attachment behavior, since no existing cli
 Download
 --------
 
- * [dwm-attachbottom-6.1.diff](dwm-attachbottm-6.1.diff)
+* [dwm-attachbottom-6.1.diff](dwm-attachbottm-6.1.diff)
 
 Authors
 -------
 
- * Marshall Mason - `<marshallmason2_AT_gmail.com>`
+* Marshall Mason - `<marshallmason2_AT_gmail.com>`
diff --git a/dwm.suckless.org/patches/autoresize/index.md b/dwm.suckless.org/patches/autoresize/index.md
index 1e63c7d9..38eb5aa0 100644
--- a/dwm.suckless.org/patches/autoresize/index.md
+++ b/dwm.suckless.org/patches/autoresize/index.md
_AT_@ -10,12 +10,12 @@ won't get resized/moved. With this patch, they will.
 Download
 --------
 
- * [dwm-autoresize-6.0.diff](dwm-autoresize-6.0.diff)
- * [dwm-autoresize-6.1.diff](dwm-autoresize-6.1.diff)
- * [dwm-autoresize-20160718-56a31dc.diff](dwm-autoresize-20160718-56a31dc.diff)
+* [dwm-autoresize-6.0.diff](dwm-autoresize-6.0.diff)
+* [dwm-autoresize-6.1.diff](dwm-autoresize-6.1.diff)
+* [dwm-autoresize-20160718-56a31dc.diff](dwm-autoresize-20160718-56a31dc.diff)
 
 Authors
 -------
 
- * Stefan Mark - <0mark_AT_unserver.de>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
+* Stefan Mark - <0mark_AT_unserver.de>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
diff --git a/dwm.suckless.org/patches/autostart/index.md b/dwm.suckless.org/patches/autostart/index.md
index 4e0b3641..28fb445f 100644
--- a/dwm.suckless.org/patches/autostart/index.md
+++ b/dwm.suckless.org/patches/autostart/index.md
_AT_@ -11,10 +11,10 @@ Be aware that dwm will not startup as long as autostart_blocking.sh is running a
 Download
 --------
 
- * [dwm-autostart-20161205-bb3bd6f.diff](dwm-autostart-20161205-bb3bd6f.diff)
+* [dwm-autostart-20161205-bb3bd6f.diff](dwm-autostart-20161205-bb3bd6f.diff)
 
 Authors
 -------
 
- * Pulled from: [https://github.com/axelGschaider/dwm-patch-autostart.sh/](https://github.com/axelGschaider/dwm-patch-autostart.sh/)
- * Adapted to recent version Simon Bremer <simon.bremer_AT_sys24.org>
+* Pulled from: [https://github.com/axelGschaider/dwm-patch-autostart.sh/](https://github.com/axelGschaider/dwm-patch-autostart.sh/)
+* Adapted to recent version Simon Bremer <simon.bremer_AT_sys24.org>
diff --git a/dwm.suckless.org/patches/bottomstack/index.md b/dwm.suckless.org/patches/bottomstack/index.md
index 05e2a9f4..e7f0f7da 100644
--- a/dwm.suckless.org/patches/bottomstack/index.md
+++ b/dwm.suckless.org/patches/bottomstack/index.md
_AT_@ -21,11 +21,11 @@ Description
 Download
 --------
 
- * [dwm-bottomstack-6.1.diff](dwm-bottomstack-6.1.diff)
- * [dwm-bottomstack-20160719-56a31dc.diff](dwm-bottomstack-20160719-56a31dc.diff)
+* [dwm-bottomstack-6.1.diff](dwm-bottomstack-6.1.diff)
+* [dwm-bottomstack-20160719-56a31dc.diff](dwm-bottomstack-20160719-56a31dc.diff)
 
 Authors
 -------
 
- * Anselm R Garbe - <anselm_AT_garbe.us>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
+* Anselm R Garbe - <anselm_AT_garbe.us>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
diff --git a/dwm.suckless.org/patches/center/index.md b/dwm.suckless.org/patches/center/index.md
index f741ec31..7ee0430a 100644
--- a/dwm.suckless.org/patches/center/index.md
+++ b/dwm.suckless.org/patches/center/index.md
_AT_@ -10,11 +10,11 @@ monitor.
 Download
 --------
 
- * [dwm-center-6.1.diff](dwm-center-6.1.diff)
- * [dwm-center-20160719-56a31dc.diff](dwm-center-20160719-56a31dc.diff)
+* [dwm-center-6.1.diff](dwm-center-6.1.diff)
+* [dwm-center-20160719-56a31dc.diff](dwm-center-20160719-56a31dc.diff)
 
 Authors
 -------
 
- * Chris Down - <chris_AT_chrisdown.name>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Chris Down - <chris_AT_chrisdown.name>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
diff --git a/dwm.suckless.org/patches/centeredmaster/index.md b/dwm.suckless.org/patches/centeredmaster/index.md
index 6366f072..812575d9 100644
--- a/dwm.suckless.org/patches/centeredmaster/index.md
+++ b/dwm.suckless.org/patches/centeredmaster/index.md
_AT_@ -53,11 +53,11 @@ eye on background processes (logs, tests,...)
 Download
 --------
 
- * [dwm-centeredmaster-6.1.diff](dwm-centeredmaster-6.1.diff)
- * [dwm-centeredmaster-20160719-56a31dc.diff](dwm-centeredmaster-20160719-56a31dc.diff)
+* [dwm-centeredmaster-6.1.diff](dwm-centeredmaster-6.1.diff)
+* [dwm-centeredmaster-20160719-56a31dc.diff](dwm-centeredmaster-20160719-56a31dc.diff)
 
 Authors
 -------
 
- * [Jérôme Andrieux](http://blog.jardinmagique.info) - <jerome_AT_gcu.info>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
+* [Jérôme Andrieux](http://blog.jardinmagique.info) - <jerome_AT_gcu.info>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1, git ports)
diff --git a/dwm.suckless.org/patches/clientspertag/index.md b/dwm.suckless.org/patches/clientspertag/index.md
index 09bc0ac8..6fc545a2 100644
--- a/dwm.suckless.org/patches/clientspertag/index.md
+++ b/dwm.suckless.org/patches/clientspertag/index.md
_AT_@ -28,9 +28,9 @@ in the slave area.
 If the argument to 'clientspertag' starts with '^' pressing twice the key
 will result on swapping between the defined value and -1.
 
- * To show all windows put "-1" as argument value.
- * To only display floating windows put "0" as argument.
- * For a toggling pair put "^2".
+ * To show all windows put "-1" as argument value.
+ * To only display floating windows put "0" as argument.
+ * For a toggling pair put "^2".
 
   static Key keys[] = {
         /* modifier key function argument */
_AT_@ -41,8 +41,8 @@ will result on swapping between the defined value and -1.
 
 ## Download
 
- * [dwm-clientspertag-5.6.1.diff](dwm-clientspertag-5.6.1.diff)
+* [dwm-clientspertag-5.6.1.diff](dwm-clientspertag-5.6.1.diff)
 
 ## Maintainer
 
- * pancake - <pancake_AT_nopcode.org>
+* pancake - <pancake_AT_nopcode.org>
diff --git a/dwm.suckless.org/patches/combo/index.md b/dwm.suckless.org/patches/combo/index.md
index 50e5303e..1a2d0c95 100644
--- a/dwm.suckless.org/patches/combo/index.md
+++ b/dwm.suckless.org/patches/combo/index.md
_AT_@ -18,13 +18,13 @@ and view so you could replace all usages if you wanted.
 Download
 --------
 
- * [dwm-combo-5.9.diff](dwm-combo-5.9.diff) - 2010-10-30
- * [dwm-combo-6.0.diff](dwm-combo-6.0.diff) - 2012-10-09
- * [dwm-combo-6.1.diff](dwm-combo-6.1.diff) - 2016-01-22
+* [dwm-combo-5.9.diff](dwm-combo-5.9.diff) - 2010-10-30
+* [dwm-combo-6.0.diff](dwm-combo-6.0.diff) - 2012-10-09
+* [dwm-combo-6.1.diff](dwm-combo-6.1.diff) - 2016-01-22
 
 Author
 ------
 
- * Wolf Tivy - wolf at tivy dot com.
- * Dan McNair - cosfx at h0v3 dot net (mechanical update to 6.0)
- * Matthew Boswell - mordervomubel+suckless at lockmail dot us (mechanical update to 6.1)
+* Wolf Tivy - wolf at tivy dot com.
+* Dan McNair - cosfx at h0v3 dot net (mechanical update to 6.0)
+* Matthew Boswell - mordervomubel+suckless at lockmail dot us (mechanical update to 6.1)
diff --git a/dwm.suckless.org/patches/cropwindows/index.md b/dwm.suckless.org/patches/cropwindows/index.md
index 3e725edb..468075f0 100644
--- a/dwm.suckless.org/patches/cropwindows/index.md
+++ b/dwm.suckless.org/patches/cropwindows/index.md
_AT_@ -24,19 +24,19 @@ its original size and state.
 Download
 --------
 
- * [dwm-cropwindows-20170709-ceac8c9.diff](dwm-cropwindows-20170709-ceac8c9.diff)
+* [dwm-cropwindows-20170709-ceac8c9.diff](dwm-cropwindows-20170709-ceac8c9.diff)
 
 Notes
 -----
 
- * tested with a limited set of clients and use-cases, some X11 events are
+* tested with a limited set of clients and use-cases, some X11 events are
    probably not passed or handled correctly, report bugs if you see any,
- * known bug: if you crop a window at the same time another window is unmapped,
+* known bug: if you crop a window at the same time another window is unmapped,
    there is a chance that dwm will lose control of the window you are cropping
    and your only option will be to kill it (this is a pain to fix properly),
- * improvements: investigate `xextproto/shape` for non-rectangular crops!
+* improvements: investigate `xextproto/shape` for non-rectangular crops!
 
 Authors
 -------
 
- * Ivan Delalande <colona_AT_ycc.fr>
+* Ivan Delalande <colona_AT_ycc.fr>
diff --git a/dwm.suckless.org/patches/current_desktop/index.md b/dwm.suckless.org/patches/current_desktop/index.md
index 1a4b26d8..499aacf4 100644
--- a/dwm.suckless.org/patches/current_desktop/index.md
+++ b/dwm.suckless.org/patches/current_desktop/index.md
_AT_@ -23,8 +23,8 @@
 
 ## Download
 
- * [dwm-current_desktop-5.8.2.diff](dwm-current_desktop-5.8.2.diff) (dwm 2010604)
+* [dwm-current_desktop-5.8.2.diff](dwm-current_desktop-5.8.2.diff) (dwm 2010604)
 
 ## Author
 
- * Wolfgang S. - ezzieyguywuf at gmail period com
+* Wolfgang S. - ezzieyguywuf at gmail period com
diff --git a/dwm.suckless.org/patches/cyclelayouts/index.md b/dwm.suckless.org/patches/cyclelayouts/index.md
index a0c72188..25c1c3c4 100644
--- a/dwm.suckless.org/patches/cyclelayouts/index.md
+++ b/dwm.suckless.org/patches/cyclelayouts/index.md
_AT_@ -16,8 +16,8 @@ Hopefully whoever wanted this sees it and no longer has to duplicate functions.
 
 ## Download
 
- * [dwm-cyclelayouts-20180524-a09e766.diff](dwm-cyclelayouts-20180524-a09e766.diff) (24.05.2018)
+* [dwm-cyclelayouts-20180524-a09e766.diff](dwm-cyclelayouts-20180524-a09e766.diff) (24.05.2018)
 
 ## Author
 
- * cd
+* cd
diff --git a/dwm.suckless.org/patches/defaulttransparency/index.md b/dwm.suckless.org/patches/defaulttransparency/index.md
index acd76237..43d6c634 100644
--- a/dwm.suckless.org/patches/defaulttransparency/index.md
+++ b/dwm.suckless.org/patches/defaulttransparency/index.md
_AT_@ -7,18 +7,18 @@ transparency, all windows are started with.
 
 Additionally it adds some shortcuts:
 
- * MOD + Shift + s -> decrease transparency of current focused window
- * MOD + Shift + d -> increase transparency of current focused window
- * MOD + Shift + f -> set window to default opacity (.75)
+* MOD + Shift + s -> decrease transparency of current focused window
+* MOD + Shift + d -> increase transparency of current focused window
+* MOD + Shift + f -> set window to default opacity (.75)
 
 It is based on the transparency patch of Stefan Mark.
 
 ## Download
 
- * [dwm-defaulttransparency-r1521.diff](dwm-defaulttransparency-r1521.diff)
+* [dwm-defaulttransparency-r1521.diff](dwm-defaulttransparency-r1521.diff)
    latest patch (against r1521)
 
 ## Author
 
- * Christoph Lohmann - <20h_AT_r-36.net>
+* Christoph Lohmann - <20h_AT_r-36.net>
 
diff --git a/dwm.suckless.org/patches/dualstatus/index.md b/dwm.suckless.org/patches/dualstatus/index.md
index d059ab7d..d3668da7 100644
--- a/dwm.suckless.org/patches/dualstatus/index.md
+++ b/dwm.suckless.org/patches/dualstatus/index.md
_AT_@ -11,8 +11,8 @@ xsetroot -name "top text;bottom text"
 Download
 --------
 
- * [dwm-dualstatus-6.1.diff](dwm-dualstatus-6.1.diff) (4683b) (20151110)
- * [dwm-dualstatus-6.0.diff](dwm-dualstatus-6.0.diff) (4794b) (20130908)
+* [dwm-dualstatus-6.1.diff](dwm-dualstatus-6.1.diff) (4683b) (20151110)
+* [dwm-dualstatus-6.0.diff](dwm-dualstatus-6.0.diff) (4794b) (20130908)
 
 Screenshot
 ----------
_AT_@ -23,4 +23,4 @@ a simple dual status bar
 
 Authors
 -------
- * Andrew Milkovich - `<amilkovich at gmail dot com>`
+* Andrew Milkovich - `<amilkovich at gmail dot com>`
diff --git a/dwm.suckless.org/patches/dwmfifo/index.md b/dwm.suckless.org/patches/dwmfifo/index.md
index ce0d50c1..8e69863a 100644
--- a/dwm.suckless.org/patches/dwmfifo/index.md
+++ b/dwm.suckless.org/patches/dwmfifo/index.md
_AT_@ -30,9 +30,9 @@ that you may want to execute (like tabbed-surf or similar).
 Download
 --------
 
- * [dwm-dwmfifo-6.1.diff](dwm-dwmfifo-6.1.diff) (6.9k) (29.01.2014)
+* [dwm-dwmfifo-6.1.diff](dwm-dwmfifo-6.1.diff) (6.9k) (29.01.2014)
 
 Author
 ------
 
- * sin - <sin_AT_2f30.org>
+* sin - <sin_AT_2f30.org>
diff --git a/dwm.suckless.org/patches/emptyview/index.md b/dwm.suckless.org/patches/emptyview/index.md
index b89867c3..015a391c 100644
--- a/dwm.suckless.org/patches/emptyview/index.md
+++ b/dwm.suckless.org/patches/emptyview/index.md
_AT_@ -10,8 +10,8 @@ With this patch, dwm will start with no tag selected. When you start a client wi
 Download
 --------
 
- * [dwm-emptyview-6.0.diff](dwm-emptyview-6.0.diff) (1753b) (20130330)
+* [dwm-emptyview-6.0.diff](dwm-emptyview-6.0.diff) (1753b) (20130330)
 
 Authors
 -------
- * Markus Teich - `<teichm at in dot tum dot de>`
+* Markus Teich - `<teichm at in dot tum dot de>`
diff --git a/dwm.suckless.org/patches/ewmhtags/index.md b/dwm.suckless.org/patches/ewmhtags/index.md
index 6fa04362..b29f7aee 100644
--- a/dwm.suckless.org/patches/ewmhtags/index.md
+++ b/dwm.suckless.org/patches/ewmhtags/index.md
_AT_@ -10,12 +10,12 @@ for example, [polybar's][2] xworkspaces module
 
 Download
 --------
- * [dwm-ewmhtags-6.1.diff](dwm-ewmhtags-6.1.diff)
- * [dwm-ewmhtags-20180101-db22360.diff](dwm-ewmhtags-20180101-db22360.diff)
+ * [dwm-ewmhtags-6.1.diff](dwm-ewmhtags-6.1.diff)
+ * [dwm-ewmhtags-20180101-db22360.diff](dwm-ewmhtags-20180101-db22360.diff)
 
 Authors
 -------
- * Hank Latham - `<hank at hanklatham dot net>`
+* Hank Latham - `<hank at hanklatham dot net>`
 
 [1]: ../current_desktop
 [2]: http://github.com/jaagr/polybar
diff --git a/dwm.suckless.org/patches/exresize/index.md b/dwm.suckless.org/patches/exresize/index.md
index b5b87ff5..3e26cbab 100644
--- a/dwm.suckless.org/patches/exresize/index.md
+++ b/dwm.suckless.org/patches/exresize/index.md
_AT_@ -16,9 +16,9 @@ Download
  
 <!-- This patch used to say (20121117), but it doesn't build against commits
      from that date. Author emailed. -->
- * [dwm-exresize-r1606.diff](dwm-exresize-r1606.diff) (Old patch, unknown version)
+* [dwm-exresize-r1606.diff](dwm-exresize-r1606.diff) (Old patch, unknown version)
 
 Authors
 -------
 
- * Krister Svanlund - `<krister.svanlund_AT_gmail.com>`
+* Krister Svanlund - `<krister.svanlund_AT_gmail.com>`
diff --git a/dwm.suckless.org/patches/fancybar/index.md b/dwm.suckless.org/patches/fancybar/index.md
index 3ea1acba..aad23b69 100644
--- a/dwm.suckless.org/patches/fancybar/index.md
+++ b/dwm.suckless.org/patches/fancybar/index.md
_AT_@ -12,13 +12,13 @@ fit, they're cropped. The title of the selected window is inverted.
 
 ## Download
 
- * [dwm-fancybar-5.6.1.diff](dwm-fancybar-5.6.1.diff)
- * [dwm-fancybar-6.1.diff](dwm-fancybar-6.1.diff)
- * [dwm-fancybar-git-20160725-7af4d43.diff](dwm-fancybar-git-20160725-7af4d43.diff)
+* [dwm-fancybar-5.6.1.diff](dwm-fancybar-5.6.1.diff)
+* [dwm-fancybar-6.1.diff](dwm-fancybar-6.1.diff)
+* [dwm-fancybar-git-20160725-7af4d43.diff](dwm-fancybar-git-20160725-7af4d43.diff)
 
 ## Author
 
- * Mate Nagy - <mnagy_AT_port70.net>
- * [Jochen Sprickerhof](mailto:project_AT_firstname.lastname.de) (rewrite)
+* Mate Nagy - <mnagy_AT_port70.net>
+* [Jochen Sprickerhof](mailto:project_AT_firstname.lastname.de) (rewrite)
 
 This patch was inspired by the decorated tabbed layout of Xmonad.
diff --git a/dwm.suckless.org/patches/fibonacci/index.md b/dwm.suckless.org/patches/fibonacci/index.md
index 4925c9a8..1662f902 100644
--- a/dwm.suckless.org/patches/fibonacci/index.md
+++ b/dwm.suckless.org/patches/fibonacci/index.md
_AT_@ -36,11 +36,11 @@ arrangement can be seen below.
 
 ## Download
 
- * [dwm-fibonacci-5.8.2.diff](dwm-fibonacci-5.8.2.diff)
+* [dwm-fibonacci-5.8.2.diff](dwm-fibonacci-5.8.2.diff)
 
 ## Maintainer
 
- * Niki Yoshiuchi - <aplusbi_AT_gmail.com>
+* Niki Yoshiuchi - <aplusbi_AT_gmail.com>
 
 Joe Thornber's spiral tiling for [Xmonad][3] formed the inspiration for this
 patch. Thanks to Jan Christoph Ebersbach for updating this patch for versions
diff --git a/dwm.suckless.org/patches/flextile/index.md b/dwm.suckless.org/patches/flextile/index.md
index 09c3f5d6..4f4e546d 100644
--- a/dwm.suckless.org/patches/flextile/index.md
+++ b/dwm.suckless.org/patches/flextile/index.md
_AT_@ -1,26 +1,26 @@
-# flextile layout #
+# flextile layout
 
-## Description ##
+## Description
 
 This patch replaces the `tile` layout with a more flexible version. The features include the following:
 
- * tile like the original version (left single master, right stack)
- * left/right/top/bottom n-master, right/left/bottom/top/no stack/deck (deck is like `monocle` in the stack area)
- * per-tag configuration
+* tile like the original version (left single master, right stack)
+* left/right/top/bottom n-master, right/left/bottom/top/no stack/deck (deck is like `monocle` in the stack area)
+* per-tag configuration
 
 It therefore provides the following additional possibilities:
 
- * `tile` for left-handed people
- * compare multiple files with one other each at a time without switching between views
+* `tile` for left-handed people
+* compare multiple files with one other each at a time without switching between views
 
 The patch incorporates and expands the following patches:
 
- * bottom stack (`bstack` and `bstackhoriz`)
- * nmaster
- * pertag
+* bottom stack (`bstack` and `bstackhoriz`)
+* nmaster
+* pertag
 
 
-## Configuration ##
+## Configuration
 
  (1) Download the patch and apply it according to the [general instructions](../).
 
_AT_@ -49,18 +49,18 @@ The patch incorporates and expands the following patches:
          { MODKEY|ControlMask, XK_k, shiftmastersplit, {.i = +1} }, /* increase the number of tiled clients in the master area */
 
 
-## Usage ##
+## Usage
 
 With the default configuration (see above) the original tile layout is emulated. You can change the layout by adjusting the four parameters `layout axis`, `master axis`, `stack axis` and `master split` (description see above) by pressing the appropriate keys.
 The original `tile` layout is only available by setting the above parameters, but not as a discrete layout; the `monocle` layout is still available by pressing `ALT+m` (in the default configuration).
 
 
-## Download ##
+## Download
 
- * [dwm-flextile-5.8.2.diff][dwm-flextile-5.8.2.diff]
- * [dwm-flextile-5.8.1.diff][dwm-flextile-5.8.1.diff]
+* [dwm-flextile-5.8.2.diff][dwm-flextile-5.8.2.diff]
+* [dwm-flextile-5.8.1.diff][dwm-flextile-5.8.1.diff]
 
-## Authors ##
+## Authors
 
 joten (at) freenet (dot) de
 
diff --git a/dwm.suckless.org/patches/float_border_color/index.md b/dwm.suckless.org/patches/float_border_color/index.md
index a8463787..b7bfb0af 100644
--- a/dwm.suckless.org/patches/float_border_color/index.md
+++ b/dwm.suckless.org/patches/float_border_color/index.md
_AT_@ -1,17 +1,17 @@
-# float border color #
+# float border color
 
-## Description ##
+## Description
 This patch allows you to specify a different border color for floating windows.
 
-## Download ##
+## Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
 <!-- Author emailed about this patch not applying cleanly -->
- * [dwm-float_border_color2-20160731-56a31dc.diff](dwm-float_border_color2-20160731-56a31dc.diff)
- * [dwm-float_border_color-6.1.diff](dwm-float_border_color-6.1.diff) (Unclean patch)
- * [dwm-float_border_color-6.0.diff](dwm-float_border_color-6.0.diff)
+* [dwm-float_border_color2-20160731-56a31dc.diff](dwm-float_border_color2-20160731-56a31dc.diff)
+* [dwm-float_border_color-6.1.diff](dwm-float_border_color-6.1.diff) (Unclean patch)
+* [dwm-float_border_color-6.0.diff](dwm-float_border_color-6.0.diff)
 
-## Author ##
- * Message-ID: <20070626093131.GA5005_AT_shota.mine.nu>
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+## Author
+* Message-ID: <20070626093131.GA5005_AT_shota.mine.nu>
+* Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/focusadjacenttag/index.md b/dwm.suckless.org/patches/focusadjacenttag/index.md
index f2786b44..653262ce 100644
--- a/dwm.suckless.org/patches/focusadjacenttag/index.md
+++ b/dwm.suckless.org/patches/focusadjacenttag/index.md
_AT_@ -22,8 +22,8 @@ Download
 --------
 
 <!-- Author emailed about this issue already -->
- * [dwm-focusadjacenttag-6.0.diff](dwm-focusadjacenttag-6.0.diff) (Unclean patch)
+* [dwm-focusadjacenttag-6.0.diff](dwm-focusadjacenttag-6.0.diff) (Unclean patch)
 
 Authors
 -------
- * Fabio Banfi - `<fbanfi90 at gmail dot com>`
+* Fabio Banfi - `<fbanfi90 at gmail dot com>`
diff --git a/dwm.suckless.org/patches/focusonclick/index.md b/dwm.suckless.org/patches/focusonclick/index.md
index a33317ac..03c51c58 100644
--- a/dwm.suckless.org/patches/focusonclick/index.md
+++ b/dwm.suckless.org/patches/focusonclick/index.md
_AT_@ -2,19 +2,19 @@
 
 ## Description
 
- * Switch focus only by mouse click and not sloppy.
+* Switch focus only by mouse click and not sloppy.
 
 ## Download
 
- * [dwm-focusonclick-20171030-6aa8e37.diff](dwm-focusonclick-20171030-6aa8e37.diff) (2017-10-17)
- * [dwm-focusonclick-bb3bd6f.diff](dwm-focusonclick-bb3bd6f.diff) (2017-01-04)
- * [dwm-focusonclick-6.0.diff](dwm-focusonclick-6.0.diff) (2012-11-24)
- * [dwm-focusonclick-git-20100321.diff](dwm-focusonclick-git-20100321.diff)
+* [dwm-focusonclick-20171030-6aa8e37.diff](dwm-focusonclick-20171030-6aa8e37.diff) (2017-10-17)
+* [dwm-focusonclick-bb3bd6f.diff](dwm-focusonclick-bb3bd6f.diff) (2017-01-04)
+* [dwm-focusonclick-6.0.diff](dwm-focusonclick-6.0.diff) (2012-11-24)
+* [dwm-focusonclick-git-20100321.diff](dwm-focusonclick-git-20100321.diff)
 
 ## Author
 
- * Wolfgang S. - ezzieyguywuf at gmail . com (added 6aa8e37 patch fix)
- * Markus P. - peters_mops at arcor . de
- * Eric Pruitt - added option to disable focus changing with the scroll wheel
- * [Alessandro Di Martino][http://alessandrodimartino.com/] - Maintainer of the 6.0 version.
- * Markus Teich - Update and fix
+* Wolfgang S. - ezzieyguywuf at gmail . com (added 6aa8e37 patch fix)
+* Markus P. - peters_mops at arcor . de
+* Eric Pruitt - added option to disable focus changing with the scroll wheel
+* [Alessandro Di Martino][http://alessandrodimartino.com/] - Maintainer of the 6.0 version.
+* Markus Teich - Update and fix
diff --git a/dwm.suckless.org/patches/focusonnetactive/index.md b/dwm.suckless.org/patches/focusonnetactive/index.md
index f6af2601..b165282c 100644
--- a/dwm.suckless.org/patches/focusonnetactive/index.md
+++ b/dwm.suckless.org/patches/focusonnetactive/index.md
_AT_@ -19,8 +19,8 @@ management utilities.
 
 ## Download
 
- * [dwm-focusonnetactive-2017-12-24-3756f7f.diff](dwm-focusonnetactive-2017-12-24-3756f7f.diff)
+* [dwm-focusonnetactive-2017-12-24-3756f7f.diff](dwm-focusonnetactive-2017-12-24-3756f7f.diff)
 
 ## Author
 
- * [Danny O'Brien](http://www.spesh.com/danny/) <danny_AT_spesh.com>
+* [Danny O'Brien](http://www.spesh.com/danny/) <danny_AT_spesh.com>
diff --git a/dwm.suckless.org/patches/focusurgent/index.md b/dwm.suckless.org/patches/focusurgent/index.md
index ae90e6f0..f1f46226 100644
--- a/dwm.suckless.org/patches/focusurgent/index.md
+++ b/dwm.suckless.org/patches/focusurgent/index.md
_AT_@ -2,14 +2,14 @@
 
 ## Description
 
- * Selects the next window having the urgent flag regardless of the tag it is on
- * The urgent flag can be artificially set with the following xdotool command on
+* Selects the next window having the urgent flag regardless of the tag it is on
+* The urgent flag can be artificially set with the following xdotool command on
    any window: `xdotool selectwindow -- set_window --urgency 1`
 
 ## Download
 
- * [dwm-focusurgent-20160831-56a31dc.diff](dwm-focusurgent-20160831-56a31dc.diff)
+* [dwm-focusurgent-20160831-56a31dc.diff](dwm-focusurgent-20160831-56a31dc.diff)
 
 ## Author
 
- * Jan Christoph Ebersbach <jceb_AT_e-jc.de>
+* Jan Christoph Ebersbach <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/historical/ansistatuscolors/index.md b/dwm.suckless.org/patches/historical/ansistatuscolors/index.md
index 52aad97e..2be0eb60 100644
--- a/dwm.suckless.org/patches/historical/ansistatuscolors/index.md
+++ b/dwm.suckless.org/patches/historical/ansistatuscolors/index.md
_AT_@ -1,10 +1,10 @@
 # AnsiStatusColors - colorize your status bar using ansi escape sequences#
 
-## Description ##
+## Description
 
 Lets you put colored text in your status bar, but you don't have define them in your config.h. Instead, just put the ansi escape sequence in the output of your status bar script to print in color, as you would in a terminal.
 
-## Configuration ##
+## Configuration
 
 get the patch from github: [https://gist.github.com/4054818](https://gist.github.com/4054818)
 
_AT_@ -12,7 +12,7 @@ apply it to dwm.c like so:
 
     patch -p1 dwm.c < ansistatuscolors.diff
 
-## Usage ##
+## Usage
 
 Just like you'd use them for colorizing a shell script.
 
_AT_@ -58,7 +58,7 @@ the code is one of the following:
 in vim, to create a literal 'escape' character, type ctrl-v, esc.
 in perl/python/c, within a string literal, it's "\x1b".
 
-### Example ###
+### Example
     #!/usr/bin/env python
     ##testcoloredstatus.py
 
diff --git a/dwm.suckless.org/patches/historical/color_status_bar/index.md b/dwm.suckless.org/patches/historical/color_status_bar/index.md
index 7e622f26..0ab22649 100644
--- a/dwm.suckless.org/patches/historical/color_status_bar/index.md
+++ b/dwm.suckless.org/patches/historical/color_status_bar/index.md
_AT_@ -1,35 +1,35 @@
-# COLOR STATUS BAR #
+# COLOR STATUS BAR
 
-## Description ##
+## Description
 
 This patch adds some color to the status bar. It allows you to change the colorset of text portions from "norm" to "sel" (and back) and to invert the colorset (the foreground becomes the background color and vice versa).
 
 
-## Usage ##
+## Usage
 
 Download the patch and apply it according to the [general instructions](.). The patch will make the following changes:
 
- * colorstatus.c: adding the file
- * dwm.c: adding the include-line for 'colorstatus.c'
- * dwm.c ('drawbar' function): adding the int-variable 'stextw'
- * dwm.c ('drawbar' function): changing the 'drawtext' section for stext
+* colorstatus.c: adding the file
+* dwm.c: adding the include-line for 'colorstatus.c'
+* dwm.c ('drawbar' function): adding the int-variable 'stextw'
+* dwm.c ('drawbar' function): changing the 'drawtext' section for stext
 
 
-## Configuration ##
+## Configuration
 
 The configuration is done in the file '.xinitrc', where you define the status bar text. You can add the following tags:
 
- * '[c]' (without quotes): toggles the colorset (norm -> sel or sel -> norm depending on the currently selected colorset)
- * '[i]' (without quotes): inverts the current colorset (fgcolor -> bgcolor and bgcolor -> fgcolor)
+* '[c]' (without quotes): toggles the colorset (norm -> sel or sel -> norm depending on the currently selected colorset)
+* '[i]' (without quotes): inverts the current colorset (fgcolor -> bgcolor and bgcolor -> fgcolor)
 
 The change is applied from the position of the tag onwards. To revert the change you have to set the same tag again.
 
-### Example ###
+### Example
 echo -e NEW mail: $mailnew \| VOL front: $audiofront \| BAT:[i]$batpercent[i]\| CPU: $cpuavgload \| $datestr[c]$timestr
 
 
-## Download ##
+## Download
 
- * [dwm-5.2-colorstatus.diff](dwm-5.2-colorstatus.diff) (4.1k, 131 additional lines) (20081117)
- * [.xinitrc example](dwm-5.2-colorstatus.xinitrc) (0.8k) (20081117)
+* [dwm-5.2-colorstatus.diff](dwm-5.2-colorstatus.diff) (4.1k, 131 additional lines) (20081117)
+* [.xinitrc example](dwm-5.2-colorstatus.xinitrc) (0.8k) (20081117)
 
diff --git a/dwm.suckless.org/patches/historical/fibonacci/index.md b/dwm.suckless.org/patches/historical/fibonacci/index.md
index 2e634586..50d66d53 100644
--- a/dwm.suckless.org/patches/historical/fibonacci/index.md
+++ b/dwm.suckless.org/patches/historical/fibonacci/index.md
_AT_@ -40,12 +40,12 @@ arrangement can be seen below.
 
 ## Download
 
- * [dwm-5.2-fibonacci.diff][5] (1.9k) (20081003)
- * [dwm-5.1-fibonacci.diff][3] (1.9k) (20080731)
+* [dwm-5.2-fibonacci.diff][5] (1.9k) (20081003)
+* [dwm-5.1-fibonacci.diff][3] (1.9k) (20080731)
 
 ## Author
 
- * Jeroen Schot - <schot_AT_a-eskwadraat.nl>
+* Jeroen Schot - <schot_AT_a-eskwadraat.nl>
 
 Joe Thornber's spiral tiling for [Xmonad][4] formed the inspiration for this
 patch. Thanks to Jan Christoph Ebersbach for updating this patch for versions
diff --git a/dwm.suckless.org/patches/historical/gridmode/index.md b/dwm.suckless.org/patches/historical/gridmode/index.md
index e2378341..9b773366 100644
--- a/dwm.suckless.org/patches/historical/gridmode/index.md
+++ b/dwm.suckless.org/patches/historical/gridmode/index.md
_AT_@ -1,33 +1,33 @@
-# GRIDMODE PATCH #
+# GRIDMODE PATCH
 
-## Description ##
+## Description
 
 This patch adds an extra layout mode to dwm called `grid` in which the windows are arranged in a grid of windows of equal sizes. It comes very in handy especially with tools that operate on multiple windows at once such Cluster SSH.
 
-## Usage ##
+## Usage
 
 Add a grid-symbol to your `config.h` file.
 
-## Screenshots ##
+## Screenshots
 
 [Grid mode][5] (it also includes a minor patch to make dwm more colourful :D)
 
-## Download ##
- * [dwm-5.2-gridmode.diff][7]
- * [dwm-4.4.1-gridmode.diff][6]
- * [dwm-4.3-gridmode.diff][4]
- * [dwm-4.0-gridmode.diff][3]
- * [dwm-3.9-gridmode.diff][2]
- * [dwm-3.8-gridmode.diff][1]
+## Download
+* [dwm-5.2-gridmode.diff][7]
+* [dwm-4.4.1-gridmode.diff][6]
+* [dwm-4.3-gridmode.diff][4]
+* [dwm-4.0-gridmode.diff][3]
+* [dwm-3.9-gridmode.diff][2]
+* [dwm-3.8-gridmode.diff][1]
 
-## Author ##
+## Author
 
- * Alexandru E. Ungur <grid_AT_rb.no-ip.biz>
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
- * Updated to 5.2 & small fix by V4hn - v4hn.de
+* Alexandru E. Ungur <grid_AT_rb.no-ip.biz>
+* Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Updated to 5.2 & small fix by V4hn - v4hn.de
 Feedback is more than welcome :-)
 
-## Acknowledgments ##
+## Acknowledgments
 
 The patch would look a lot uglier without Jukka Salmi's constant help. Thanks Jukka :-)
 
diff --git a/dwm.suckless.org/patches/historical/movestack/index.md b/dwm.suckless.org/patches/historical/movestack/index.md
index 991d88f6..f611200d 100644
--- a/dwm.suckless.org/patches/historical/movestack/index.md
+++ b/dwm.suckless.org/patches/historical/movestack/index.md
_AT_@ -23,10 +23,10 @@ movestack(-1) will swap the client with the current focus with the previous clie
 
 ## Download
 
- * [dwm-5.2-movestack.diff][1] (1.9k) (20081003)
+* [dwm-5.2-movestack.diff][1] (1.9k) (20081003)
 
 ## Author
 
- * Niki Yoshiuchi - <aplusbi_AT_gmail.com>
+* Niki Yoshiuchi - <aplusbi_AT_gmail.com>
 
 [1]: http://www.aplusbi.com/dwm/dwm-5.2-movestack.diff
diff --git a/dwm.suckless.org/patches/historical/multimon/index.md b/dwm.suckless.org/patches/historical/multimon/index.md
index ad0225b1..b26bb8b1 100644
--- a/dwm.suckless.org/patches/historical/multimon/index.md
+++ b/dwm.suckless.org/patches/historical/multimon/index.md
_AT_@ -8,18 +8,18 @@ Description
 
 These patches provide enhancements for working in a multi-monitor environment.
 
- * monitor marker
- * Adds a small token to the bar that displays the dwm monitor number.
- * The token has a mouse binding, just like the rest of the bar objects.
- * unified view
- * Provides two wrapper functions that work across all monitors simultaneously.
- * Can change/toggle the view for all monitors, creating a unified workspace.
- * reset view
- * Function and settings for a "default view", for checking on primary tasks which may have been shuffled out of view doing more focused work.
- * Per-monitor default settings for nmaster and tags.
- * status all
- * Show/update the status on all bars.
- * Based on [statusbar on all monitors](//dwm.suckless.org/patches/statusallmons), but uses a configurable boolean.
+* monitor marker
+ * Adds a small token to the bar that displays the dwm monitor number.
+ * The token has a mouse binding, just like the rest of the bar objects.
+* unified view
+ * Provides two wrapper functions that work across all monitors simultaneously.
+ * Can change/toggle the view for all monitors, creating a unified workspace.
+* reset view
+ * Function and settings for a "default view", for checking on primary tasks which may have been shuffled out of view doing more focused work.
+ * Per-monitor default settings for nmaster and tags.
+* status all
+ * Show/update the status on all bars.
+ * Based on [statusbar on all monitors](//dwm.suckless.org/patches/statusallmons), but uses a configurable boolean.
 
 Each can be applied independently, if desired, except for "reset view" which references "ClkMonNum" from "unified view" in "config.def.h". Simply remove the reference to get it to apply and compile.
 
_AT_@ -45,17 +45,17 @@ Download
 
 Each of the patches was created by "format-patch" based on commit: [cdec9782a1789bd5c3a84772fd59abb9da288597](//git.suckless.org/dwm/commit/?id=cdec9782a1789bd5c3a84772fd59abb9da288597)
 
- * monitor marker (6228b): [multimon-1-added-monitor-marker-to-bar.diff](multimon-1-added-monitor-marker-to-bar.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/143e7f2f3caa047469c7219cd6b0cb704466683f))
- * unified view (6558b): [multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff](multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/2521a74714bb7c4b8787f30584f1565cc582928b))
- * reset view (6816b): [multimon-3-added-reset_view-function.diff](multimon-3-added-reset_view-function.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/b9f79c3dd07b285e974b2dfdf2371a72467539bb))
- * status all (6165b): [multimon-4-added-statusall-toggle-replacing-need-for-patch.diff](multimon-4-added-statusall-toggle-replacing-need-for-patch.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/d318ffdc7ab7a365e548776a1d8ed5ccbd67cd42))
+* monitor marker (6228b): [multimon-1-added-monitor-marker-to-bar.diff](multimon-1-added-monitor-marker-to-bar.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/143e7f2f3caa047469c7219cd6b0cb704466683f))
+* unified view (6558b): [multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff](multimon-2-added-n-view-wrappers-for-unified-multi-monitor.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/2521a74714bb7c4b8787f30584f1565cc582928b))
+* reset view (6816b): [multimon-3-added-reset_view-function.diff](multimon-3-added-reset_view-function.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/b9f79c3dd07b285e974b2dfdf2371a72467539bb))
+* status all (6165b): [multimon-4-added-statusall-toggle-replacing-need-for-patch.diff](multimon-4-added-statusall-toggle-replacing-need-for-patch.diff) ([GitHub](https://github.com/garybgenett/.dwm/commit/d318ffdc7ab7a365e548776a1d8ed5ccbd67cd42))
 
 The patches are intended to be applied in order, one after the other, but can also be used independently.
 
 Author
 ------
 
- * Gary B. Genett - [me_AT_garybgenett.net](mailto:me_AT_garybgenett.net)
+* Gary B. Genett - [me_AT_garybgenett.net](mailto:me_AT_garybgenett.net)
 
 ---
 Original Submission: [//lists.suckless.org/dev/1403/20488.html](//lists.suckless.org/dev/1403/20488.html)
diff --git a/dwm.suckless.org/patches/historical/nmaster/index.md b/dwm.suckless.org/patches/historical/nmaster/index.md
index 347ca396..c3898d73 100644
--- a/dwm.suckless.org/patches/historical/nmaster/index.md
+++ b/dwm.suckless.org/patches/historical/nmaster/index.md
_AT_@ -39,11 +39,11 @@ The nmaster patch for dwm 4.6 adds two new layouts called ntile (classic) and dn
 
 ## Download
 
- * [nmaster-4.7.c][3] (dwm 4.7) (7.3kb (20071123)
- * [nmaster.c][2] (dwm 4.6) (7.3kb) (20071025)
+* [nmaster-4.7.c][3] (dwm 4.7) (7.3kb (20071123)
+* [nmaster.c][2] (dwm 4.6) (7.3kb) (20071025)
     - contains ntile, dntile and tilecols. Also supports the clients-per-tag
- * [dwm-4.4.1-nmaster.diff][1] (dwm 4.4) (2.8kb) (20070826)
- * [nmaster+bstack-5.6.1.diff](nmaster+bstack-5.6.1.diff) (dwm 5.6.1) (5.9kb) (20090824)
+* [dwm-4.4.1-nmaster.diff][1] (dwm 4.4) (2.8kb) (20070826)
+* [nmaster+bstack-5.6.1.diff](nmaster+bstack-5.6.1.diff) (dwm 5.6.1) (5.9kb) (20090824)
     - another variation; contains bstack with nmaster support
 
 [1]: http://schot.a-eskwadraat.nl/files/dwm-4.4.1-nmaster.diff
_AT_@ -52,5 +52,5 @@ The nmaster patch for dwm 4.6 adds two new layouts called ntile (classic) and dn
 
 ## Maintainer
 
- * pancake &lt;youterm.com&gt;
+* pancake &lt;youterm.com&gt;
 
diff --git a/dwm.suckless.org/patches/historical/raiselower/index.md b/dwm.suckless.org/patches/historical/raiselower/index.md
index 529a4502..c68b39cc 100644
--- a/dwm.suckless.org/patches/historical/raiselower/index.md
+++ b/dwm.suckless.org/patches/historical/raiselower/index.md
_AT_@ -1,12 +1,12 @@
-# RAISELOWER #
+# RAISELOWER
 
-## Description ##
+## Description
 
 This patch enables you to raise or lower the selected floating window.
 
-## Download ##
- * None anymore, the last download location was: http://www.e-jc.de/dwm/5.0/current/dwm-5.0-raiselower.diff
+## Download
+* None anymore, the last download location was: http://www.e-jc.de/dwm/5.0/current/dwm-5.0-raiselower.diff
 
-## Author ##
+## Author
 
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/historical/taglayouts/index.md b/dwm.suckless.org/patches/historical/taglayouts/index.md
index ff55b4c7..934f3b19 100644
--- a/dwm.suckless.org/patches/historical/taglayouts/index.md
+++ b/dwm.suckless.org/patches/historical/taglayouts/index.md
_AT_@ -1,21 +1,21 @@
-# TAGLAYOUTS #
+# TAGLAYOUTS
 
-## Description ##
+## Description
 
 This patch enables one layout per tag in contrast of one layout for all tags. - A more general approach is the [pertag patch][1].
 
-## Download ##
- * None anymore
+## Download
+* None anymore
 
-## Known Bugs ##
+## Known Bugs
 
- * If you had selected multiple tags and try to get back to them with the
+* If you had selected multiple tags and try to get back to them with the
    viewprevtag method, keep in mind that the layout of the FIRST tag is used,
    that was previously selected.
 
-## Author ##
+## Author
 
- * http://na.srck.net/dwm
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* http://na.srck.net/dwm
+* Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
 
 [1]: /patches/pertag
diff --git a/dwm.suckless.org/patches/horizgrid/index.md b/dwm.suckless.org/patches/horizgrid/index.md
index ab6585e9..86c479ea 100644
--- a/dwm.suckless.org/patches/horizgrid/index.md
+++ b/dwm.suckless.org/patches/horizgrid/index.md
_AT_@ -29,9 +29,9 @@ Horizontal Grid Layout
 Download
 --------
 
- * [dwm-horizgrid-6.1.diff](dwm-horizgrid-6.1.diff) (20160108)
+* [dwm-horizgrid-6.1.diff](dwm-horizgrid-6.1.diff) (20160108)
 
 Authors
 -------
 
- * Marshall Mason - `<marshallmason2_AT_gmail.com>`
+* Marshall Mason - `<marshallmason2_AT_gmail.com>`
diff --git a/dwm.suckless.org/patches/keymodes/index.md b/dwm.suckless.org/patches/keymodes/index.md
index 64dcb8e5..3cdc9c35 100644
--- a/dwm.suckless.org/patches/keymodes/index.md
+++ b/dwm.suckless.org/patches/keymodes/index.md
_AT_@ -1,6 +1,6 @@
-# keymodes #
+# keymodes
 
-## Description ##
+## Description
 
 This patch provides key modes (like in Vim). There are two key modes:
 
_AT_@ -11,11 +11,11 @@ With key modes you can use any key binding for window management without risking
 
 There are two different patches:
 
- * keymodes: the minimal patch
- * vim-keymodes: This patch tries to emulate the key bindings of Vim. Therefor it includes additional functions, which depend on the [flextile patch](../flextile/).
+* keymodes: the minimal patch
+* vim-keymodes: This patch tries to emulate the key bindings of Vim. Therefor it includes additional functions, which depend on the [flextile patch](../flextile/).
 
 
-## Configuration ##
+## Configuration
 
  (1) Download the favoured patch and apply it according to the [general instructions](.). If you choose vim-keymodes you will have to apply the [flextile patch](../flextile/) first.
 
_AT_@ -39,12 +39,12 @@ There are two different patches:
      };
 
 
-## Usage ##
+## Usage
 
 With this patch dwm starts in `COMMANDMODE` and you can use the key bindings as defined in the `commands` array in `config.h`. Press `Escape` or `CTRL+c` to abort a command input and press `i` (in the default configuration) to enter `INSERTMODE` and use dwm normally with the key bindings defined in the `keys` array, navigate in applications and insert text. To get from `INSERTMODE` to `COMMANDMODE` press `ALT+Escape` (in the default configuration).
 
 
-## Download ##
+## Download
 
- * [dwm-keymodes-5.8.2.diff](dwm-keymodes-5.8.2.diff) (20100611, joten (at) freenet (dot) de)
- * [dwm-keymodes-vim-5.8.2.diff](dwm-keymodes-vim-5.8.2.diff) (20100611, joten (at) freenet (dot) de)
+* [dwm-keymodes-5.8.2.diff](dwm-keymodes-5.8.2.diff) (20100611, joten (at) freenet (dot) de)
+* [dwm-keymodes-vim-5.8.2.diff](dwm-keymodes-vim-5.8.2.diff) (20100611, joten (at) freenet (dot) de)
diff --git a/dwm.suckless.org/patches/keypressrelease/index.md b/dwm.suckless.org/patches/keypressrelease/index.md
index a10ef4ee..c77c201d 100644
--- a/dwm.suckless.org/patches/keypressrelease/index.md
+++ b/dwm.suckless.org/patches/keypressrelease/index.md
_AT_@ -24,11 +24,11 @@ Or to only display the bar while the toggle key is held down (requires that it i
 Download
 ---
 
- * [dwm-keypressrelease-6.0.diff](dwm-keypressrelease-6.0.diff)
+* [dwm-keypressrelease-6.0.diff](dwm-keypressrelease-6.0.diff)
 
 Author
 ------
- * Niklas Høj - `<niklas at hoej dot me>`
+* Niklas Høj - `<niklas at hoej dot me>`
 
 ---
 
diff --git a/dwm.suckless.org/patches/leftlayout/index.md b/dwm.suckless.org/patches/leftlayout/index.md
index b8720c1b..213640dd 100644
--- a/dwm.suckless.org/patches/leftlayout/index.md
+++ b/dwm.suckless.org/patches/leftlayout/index.md
_AT_@ -6,8 +6,8 @@ Moves the layout symbol in the status bar to the left hand side.
 
 ## Download
 
- * [dwm-leftlayout-20180524-c8e9479.diff](dwm-leftlayout-20180524-c8e9479.diff) (24.05.2018)
+* [dwm-leftlayout-20180524-c8e9479.diff](dwm-leftlayout-20180524-c8e9479.diff) (24.05.2018)
 
 ## Author
 
- * cd
+* cd
diff --git a/dwm.suckless.org/patches/mark/index.md b/dwm.suckless.org/patches/mark/index.md
index ab027c59..83602eb6 100644
--- a/dwm.suckless.org/patches/mark/index.md
+++ b/dwm.suckless.org/patches/mark/index.md
_AT_@ -1,6 +1,6 @@
-# mark #
+# mark
 
-## Description ##
+## Description
 
 This patch provides an mechanism to easily jump between any 2 clients, or to
 swap any 2 clients through shortcuts by introcuding mark. The mark is global,
_AT_@ -9,11 +9,11 @@ distinguished from other clients by having a different border color.
 
 This patch adds 3 functions to dwm:
 
- * togglemark - mark/unmark current focused client.
- * swapclient - swap focused client with marked client
- * swapfocus - swap focus with mark.
+* togglemark - mark/unmark current focused client.
+* swapclient - swap focused client with marked client
+* swapfocus - swap focus with mark.
 
-## Configuration ##
+## Configuration
 
         static const char normmarkcolor[] = "#775500"; /*border color for marked client*/
         static const char selmarkcolor[] = "#775577"; /*border color for marked client on focus*/
_AT_@ -25,16 +25,16 @@ This patch adds 3 functions to dwm:
 
 Some ideas for combinations of key mappings:
 
- * togglemark x2
+* togglemark x2
 clear the mark
- * swapclient, swapfocus
+* swapclient, swapfocus
 shift the client to another client frame without losing focus
- * swapclient, togglemark x2
+* swapclient, togglemark x2
 swap 2 clients and clear the mark
- * swapfocus, togglemark x2
+* swapfocus, togglemark x2
 jump to mark and clear the mark
 
-## Download ##
+## Download
 this patch has been revised, it's recommended to use dwm-6.1-mark-new.diff
 old behaviours of the patch(dwm-mark-6.1.diff):
 
_AT_@ -47,5 +47,5 @@ old behaviours of the patch(dwm-mark-6.1.diff):
 * [dwm-mark-new-6.1.diff](dwm-mark-new-6.1.diff)
 * [dwm-mark-6.1.diff](dwm-mark-6.1.diff)
 
-## Author ##
+## Author
 * phi <crispyfrog_AT_163.com>
diff --git a/dwm.suckless.org/patches/maximize/index.md b/dwm.suckless.org/patches/maximize/index.md
index 93403150..8f1bc71b 100644
--- a/dwm.suckless.org/patches/maximize/index.md
+++ b/dwm.suckless.org/patches/maximize/index.md
_AT_@ -24,4 +24,4 @@ Download
 
 Author
 ------
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/moveontagmon/index.md b/dwm.suckless.org/patches/moveontagmon/index.md
index 2f4ee796..88e42fb0 100644
--- a/dwm.suckless.org/patches/moveontagmon/index.md
+++ b/dwm.suckless.org/patches/moveontagmon/index.md
_AT_@ -1,11 +1,11 @@
-# move on tagmon() #
+# move on tagmon()
 
-## Description ##
+## Description
 
 This patch moves floating windows if their monitor gets changed.
 
-## Download ##
- * [dwm-r1437-moveontagmon.diff][dwm-r1437-moveontagmon.diff]
+## Download
+* [dwm-r1437-moveontagmon.diff][dwm-r1437-moveontagmon.diff]
 
-## Author ##
- * Apo - a-p_AT_0au.de
+## Author
+* Apo - a-p_AT_0au.de
diff --git a/dwm.suckless.org/patches/moveplace/index.md b/dwm.suckless.org/patches/moveplace/index.md
index 8507f9aa..2b56ec15 100644
--- a/dwm.suckless.org/patches/moveplace/index.md
+++ b/dwm.suckless.org/patches/moveplace/index.md
_AT_@ -23,9 +23,9 @@ with 's' being the center.
 
 ## Download
 
- * [dwm-moveplace-20180524-c8e9479.diff](dwm-moveplace-20180524-c8e9479.diff) (24.05.2018)
+* [dwm-moveplace-20180524-c8e9479.diff](dwm-moveplace-20180524-c8e9479.diff) (24.05.2018)
 
 ## Author
 
- * cd
- * Krister Svanlun - <krister.svanlund-AT-gmail.com> (original exresize)
+* cd
+* Krister Svanlun - <krister.svanlund-AT-gmail.com> (original exresize)
diff --git a/dwm.suckless.org/patches/moveresize/index.md b/dwm.suckless.org/patches/moveresize/index.md
index 8c4763a6..5caa9947 100644
--- a/dwm.suckless.org/patches/moveresize/index.md
+++ b/dwm.suckless.org/patches/moveresize/index.md
_AT_@ -9,7 +9,7 @@ bindings.
 Usage
 -----
  1. Put the following `moveresize()` function somewhere in your `dwm.c`,
- **after** the line which includes the config.h file:
+ **after** the line which includes the config.h file:
 
                 static void
                 moveresize(const Arg *arg)
_AT_@ -61,12 +61,12 @@ Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-moveresize-20160731-56a31dc.diff](dwm-moveresize-20160731-56a31dc.diff)
- * [dwm-moveresize-6.1.diff](dwm-moveresize-6.1.diff) (2095b) (20140209)
- * [dwm-10e232f9ace7-moveresize.diff](dwm-10e232f9ace7-moveresize.diff) (2025b) (20120406)
- * [dwm-moveresize-6.0.diff](dwm-moveresize-6.0.diff) (2025b) (20120406)
+* [dwm-moveresize-20160731-56a31dc.diff](dwm-moveresize-20160731-56a31dc.diff)
+* [dwm-moveresize-6.1.diff](dwm-moveresize-6.1.diff) (2095b) (20140209)
+* [dwm-10e232f9ace7-moveresize.diff](dwm-10e232f9ace7-moveresize.diff) (2025b) (20120406)
+* [dwm-moveresize-6.0.diff](dwm-moveresize-6.0.diff) (2025b) (20120406)
 
 Authors
 -------
- * Claudio M. Alessi - <smoppy_AT_gmail.com>
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Claudio M. Alessi - <smoppy_AT_gmail.com>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/movestack/index.md b/dwm.suckless.org/patches/movestack/index.md
index b7113140..ade84ee4 100644
--- a/dwm.suckless.org/patches/movestack/index.md
+++ b/dwm.suckless.org/patches/movestack/index.md
_AT_@ -23,16 +23,16 @@ movestack(-1) will swap the client with the current focus with the previous clie
 
 ## Download
 
- * [dwm-movestack-6.1.diff](dwm-movestack-6.1.diff)
- * [dwm-movestack-5.8.2.diff](dwm-movestack-5.8.2.diff)
+* [dwm-movestack-6.1.diff](dwm-movestack-6.1.diff)
+* [dwm-movestack-5.8.2.diff](dwm-movestack-5.8.2.diff)
 
 ## Author
 
- * Niki Yoshiuchi - `<`aplusbi_AT_gmail.com`>`
+* Niki Yoshiuchi - `<`aplusbi_AT_gmail.com`>`
 
 ## Contributors
 
- * Moritz Wilhelmy (fix to work with dwm 5.8) - `<`moritz plus suckless at wzff dot de`>`
+* Moritz Wilhelmy (fix to work with dwm 5.8) - `<`moritz plus suckless at wzff dot de`>`
 
 ## Note
 
diff --git a/dwm.suckless.org/patches/mpdcontrol/index.md b/dwm.suckless.org/patches/mpdcontrol/index.md
index 5b9fe585..a78ae07a 100644
--- a/dwm.suckless.org/patches/mpdcontrol/index.md
+++ b/dwm.suckless.org/patches/mpdcontrol/index.md
_AT_@ -17,8 +17,8 @@ pause on a stream doesn't make sense.
 
 Download
 --------
- * [dwm-r1615-mpdcontrol.diff](dwm-r1615-mpdcontrol.diff)
+* [dwm-r1615-mpdcontrol.diff](dwm-r1615-mpdcontrol.diff)
 
 Author
 ------
- * Barbu Paul - Gheorghe <barbu.paul.gheorghe_AT_gmail.com>
+* Barbu Paul - Gheorghe <barbu.paul.gheorghe_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/nextprev/index.md b/dwm.suckless.org/patches/nextprev/index.md
index 3f7481c2..b505b46f 100644
--- a/dwm.suckless.org/patches/nextprev/index.md
+++ b/dwm.suckless.org/patches/nextprev/index.md
_AT_@ -2,12 +2,12 @@
 
 ## Description
 
- * Increment or decrement the selected tag
- * [shiftview][].c is a better implementation of this, allowing you to rotate the selected tags
+* Increment or decrement the selected tag
+* [shiftview][].c is a better implementation of this, allowing you to rotate the selected tags
 
 ## Download
 
- * [nextprevtag.c](nextprevtag.c)
+* [nextprevtag.c](nextprevtag.c)
 
 ## Example Usage
 
_AT_@ -28,6 +28,6 @@
 
 ## Author
 
- * Rob Pilling - robpilling gmail com
+* Rob Pilling - robpilling gmail com
 
 [shiftview]: //lists.suckless.org/dev/1104/7590.html
diff --git a/dwm.suckless.org/patches/noborder/index.md b/dwm.suckless.org/patches/noborder/index.md
index 098054fe..a27b17f6 100644
--- a/dwm.suckless.org/patches/noborder/index.md
+++ b/dwm.suckless.org/patches/noborder/index.md
_AT_@ -9,13 +9,13 @@ Remove the border when there is only one window visible.
 Download
 --------
 
- * [dwm-noborder-20170207-bb3bd6f.diff](dwm-noborder-20170207-bb3bd6f.diff)
- * [dwm-noborder-6.1.diff](dwm-noborder-6.1.diff)
- * [dwm-noborder-20160718-56a31dc.diff](dwm-noborder-20160718-56a31dc.diff)
+* [dwm-noborder-20170207-bb3bd6f.diff](dwm-noborder-20170207-bb3bd6f.diff)
+* [dwm-noborder-6.1.diff](dwm-noborder-6.1.diff)
+* [dwm-noborder-20160718-56a31dc.diff](dwm-noborder-20160718-56a31dc.diff)
 
 Authors
 -------
 
- * Eric Pruitt - <eric.pruitt_AT_gmail.com>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1, git port)
- * Markus Teich - markus(DOT)teich(AT)stusta(DOT)de (simplification)
+* Eric Pruitt - <eric.pruitt_AT_gmail.com>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1, git port)
+* Markus Teich - markus(DOT)teich(AT)stusta(DOT)de (simplification)
diff --git a/dwm.suckless.org/patches/pertag/index.md b/dwm.suckless.org/patches/pertag/index.md
index 56f14b36..95e1fbbb 100644
--- a/dwm.suckless.org/patches/pertag/index.md
+++ b/dwm.suckless.org/patches/pertag/index.md
_AT_@ -11,34 +11,34 @@ Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-pertag-20170513-ceac8c9.diff](dwm-pertag-20170513-ceac8c9.diff)
- * [dwm-pertag-6.1.diff](dwm-pertag-6.1.diff) (6.4K) (20151109)
- * [dwm-git-20120406-pertag.diff](dwm-git-20120406-pertag.diff) (5955b)
- * [dwm-pertag-6.0.diff](dwm-pertag-6.0.diff) (5955b) (20120406)
- * [dwm-r1578-pertag.diff][9] (nmaster included in mainline)
- * [dwm-pertag-5.8.2.diff][7]
- * [dwm-pertag-5.7.2.diff][6]
- * [dwm-pertag-5.6.1.diff][5]
- * [dwm-pertag-5.4.diff][4]
- * [dwm-pertag-5.2.diff][3]
- * [dwm-pertag-5.1.diff][2]
+* [dwm-pertag-20170513-ceac8c9.diff](dwm-pertag-20170513-ceac8c9.diff)
+* [dwm-pertag-6.1.diff](dwm-pertag-6.1.diff) (6.4K) (20151109)
+* [dwm-git-20120406-pertag.diff](dwm-git-20120406-pertag.diff) (5955b)
+* [dwm-pertag-6.0.diff](dwm-pertag-6.0.diff) (5955b) (20120406)
+* [dwm-r1578-pertag.diff][9] (nmaster included in mainline)
+* [dwm-pertag-5.8.2.diff][7]
+* [dwm-pertag-5.7.2.diff][6]
+* [dwm-pertag-5.6.1.diff][5]
+* [dwm-pertag-5.4.diff][4]
+* [dwm-pertag-5.2.diff][3]
+* [dwm-pertag-5.1.diff][2]
 
- * Using pertag but with the same barpos
- * [dwm-6.1-pertag_without_bar.diff](dwm-6.1-pertag_without_bar.diff) (5.2K) (20151109)
- * [dwm-6.0-pertag_without_bar.diff](dwm-6.0-pertag_without_bar.diff) (5578b) (20140530)
- * [dwm-5.8.2-pertag\_without\_bar.diff][8]
+* Using pertag but with the same barpos
+ * [dwm-6.1-pertag_without_bar.diff](dwm-6.1-pertag_without_bar.diff) (5.2K) (20151109)
+ * [dwm-6.0-pertag_without_bar.diff](dwm-6.0-pertag_without_bar.diff) (5578b) (20140530)
+ * [dwm-5.8.2-pertag\_without\_bar.diff][8]
 
 Authors
 -------
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
- * Updated by V4hn - `v4hn.de`
- * Updated by Jerome Andrieux - `<jerome at gcu dot info>`
- * Updated by Sidney Amani - `<seed at uffs dot org>`
- * Updated by William Light - `<wrl at illest dot net>`
- * Updated by termac - `<terror.macbeth.I at gmail dot com>`
- * Updated by Ivan Tham - `pickfire at riseup dot net`
- * [Jochen Sprickerhof](mailto:project_AT_firstname.lastname.de) (Updated to current git)
- * Lucas Gabriel Vuotto - <lvuotto92_AT_gmail.com> (git ports)
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Updated by V4hn - `v4hn.de`
+* Updated by Jerome Andrieux - `<jerome at gcu dot info>`
+* Updated by Sidney Amani - `<seed at uffs dot org>`
+* Updated by William Light - `<wrl at illest dot net>`
+* Updated by termac - `<terror.macbeth.I at gmail dot com>`
+* Updated by Ivan Tham - `pickfire at riseup dot net`
+* [Jochen Sprickerhof](mailto:project_AT_firstname.lastname.de) (Updated to current git)
+* Lucas Gabriel Vuotto - <lvuotto92_AT_gmail.com> (git ports)
 
 [1]: ../historical/taglayouts
 [2]: dwm-pertag-5.1.diff
diff --git a/dwm.suckless.org/patches/pledge/index.md b/dwm.suckless.org/patches/pledge/index.md
index 1f45359b..e17827b8 100644
--- a/dwm.suckless.org/patches/pledge/index.md
+++ b/dwm.suckless.org/patches/pledge/index.md
_AT__AT_ -9,9 +9,9 @@ Restrict system operations on OpenBSD using [pledge(2)](https://man.openbsd.org/
 Download
 --------
 
- * [dwm-pledge-6.1.diff](dwm-pledge-6.1.diff)
+* [dwm-pledge-6.1.diff](dwm-pledge-6.1.diff)
 
 Authors
 -------
 
- * Klemens Nanni <kn_AT_openbsd.org>
+* Klemens Nanni <kn_AT_openbsd.org>
diff --git a/dwm.suckless.org/patches/push/index.md b/dwm.suckless.org/patches/push/index.md
index d7e20568..6f554ce7 100644
--- a/dwm.suckless.org/patches/push/index.md
+++ b/dwm.suckless.org/patches/push/index.md
_AT_@ -17,16 +17,16 @@
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-push-20160731-56a31dc.diff](dwm-push-20160731-56a31dc.diff)
- * [dwm-push-6.0.diff](dwm-push-6.0.diff) (1332b) - 2012/4/6
- * [dwm-6.0-push_no_master.diff](dwm-6.0-push_no_master.diff)
- * [dwm-push-6.1.diff](dwm-push-6.1.diff) (1402b) - 2014/2/9
- * [dwm-6.1-push_no_master.diff](dwm-6.1-push_no_master.diff) - 2015/11/21
+* [dwm-push-20160731-56a31dc.diff](dwm-push-20160731-56a31dc.diff)
+* [dwm-push-6.0.diff](dwm-push-6.0.diff) (1332b) - 2012/4/6
+* [dwm-6.0-push_no_master.diff](dwm-6.0-push_no_master.diff)
+* [dwm-push-6.1.diff](dwm-push-6.1.diff) (1402b) - 2014/2/9
+* [dwm-6.1-push_no_master.diff](dwm-6.1-push_no_master.diff) - 2015/11/21
 
 ## Note
 This patch seems to be equivalent to the [movestack](../movestack/) patch.
 
 ## Author
- * Unknown?
- * Updated by Jan Christoph Ebersbach <jceb_AT_e-jc.de>
- * push_no_master by Jente Hidskes <jthidskes_AT_outlook.com>
+* Unknown?
+* Updated by Jan Christoph Ebersbach <jceb_AT_e-jc.de>
+* push_no_master by Jente Hidskes <jthidskes_AT_outlook.com>
diff --git a/dwm.suckless.org/patches/resizecorners/index.md b/dwm.suckless.org/patches/resizecorners/index.md
index 5d2c4883..12201801 100644
--- a/dwm.suckless.org/patches/resizecorners/index.md
+++ b/dwm.suckless.org/patches/resizecorners/index.md
_AT_@ -6,10 +6,10 @@ By default, windows only from the bottom right corner. With this Patch, the mous
 
 ## Download
 
- * [dwm-resizecorners-6.1.diff](dwm-resizecorners-6.1.diff) (17.02.2016)
- * [dwm-resizecorners-6.0.diff](dwm-resizecorners-6.0.diff) (12.05.2015)
+* [dwm-resizecorners-6.1.diff](dwm-resizecorners-6.1.diff) (17.02.2016)
+* [dwm-resizecorners-6.0.diff](dwm-resizecorners-6.0.diff) (12.05.2015)
 
 ## Author
 
- * dusty - <dusty_AT_teknik.io>
- * Klemens Nanni <[kl3_AT_posteo.org](mailto:kl3_AT_posteo.org)> (6.1 version)
+* dusty - <dusty_AT_teknik.io>
+* Klemens Nanni <[kl3_AT_posteo.org](mailto:kl3_AT_posteo.org)> (6.1 version)
diff --git a/dwm.suckless.org/patches/restartsig/index.md b/dwm.suckless.org/patches/restartsig/index.md
index d4da018f..c968f7a4 100644
--- a/dwm.suckless.org/patches/restartsig/index.md
+++ b/dwm.suckless.org/patches/restartsig/index.md
_AT_@ -9,8 +9,8 @@ In addition, a signal handler was added so that dwm cleanly quits by kill -TERM
 
 ## Download
 
- * [dwm-restartsig-20180523-2991f37.diff](dwm-restartsig-20180523-2991f37.diff) (23.05.2018)
+* [dwm-restartsig-20180523-2991f37.diff](dwm-restartsig-20180523-2991f37.diff) (23.05.2018)
 
 ## Author
 
- * cd
+* cd
diff --git a/dwm.suckless.org/patches/save_floats/index.md b/dwm.suckless.org/patches/save_floats/index.md
index a6c59742..0f352674 100644
--- a/dwm.suckless.org/patches/save_floats/index.md
+++ b/dwm.suckless.org/patches/save_floats/index.md
_AT_@ -1,20 +1,20 @@
-# save floats patch #
+# save floats patch
 
-## Description ##
+## Description
 This patch saves size and position of every floating window before it is forced
 into tiled mode. If the window is made floating again, the old dimensions will
 be restored.
 
-## Download ##
+## Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-savefloats-20160723-56a31dc.diff](dwm-savefloats-20160723-56a31dc.diff) (1452b)
- * [dwm-6.1-save_floats.diff](dwm-6.1-save_floats.diff) (1605b) (20140209)
- * [dwm-10e232f9ace7-save_floats.diff](dwm-10e232f9ace7-save_floats.diff) (1604b) (20120406)
- * [dwm-save_floats-6.0.diff](dwm-save_floats-6.0.diff) (1528b) (20120406)
+* [dwm-savefloats-20160723-56a31dc.diff](dwm-savefloats-20160723-56a31dc.diff) (1452b)
+* [dwm-6.1-save_floats.diff](dwm-6.1-save_floats.diff) (1605b) (20140209)
+* [dwm-10e232f9ace7-save_floats.diff](dwm-10e232f9ace7-save_floats.diff) (1604b) (20120406)
+* [dwm-save_floats-6.0.diff](dwm-save_floats-6.0.diff) (1528b) (20120406)
 
-## Author ##
- * http://nymu.net/patches
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
- * Ivan Tham <pickfire_AT_riseup.net> (git port)
+## Author
+* http://nymu.net/patches
+* Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Ivan Tham <pickfire_AT_riseup.net> (git port)
diff --git a/dwm.suckless.org/patches/scheme_switch/index.md b/dwm.suckless.org/patches/scheme_switch/index.md
index 1ac096f7..147915fe 100644
--- a/dwm.suckless.org/patches/scheme_switch/index.md
+++ b/dwm.suckless.org/patches/scheme_switch/index.md
_AT_@ -22,10 +22,10 @@ scheme, then schemeToggle() would toggle between original and the consecutive.
 
 Download
 --------
- * [dwm-scheme_switch-20170804-ceac8c9.diff](dwm-scheme_switch-20170804-ceac8c9.diff)
+* [dwm-scheme_switch-20170804-ceac8c9.diff](dwm-scheme_switch-20170804-ceac8c9.diff)
 
 
 Authors
 -------
 
- * Aaron Strahlberger - <aaron.strahlberger_AT_posteo.de>
+* Aaron Strahlberger - <aaron.strahlberger_AT_posteo.de>
diff --git a/dwm.suckless.org/patches/selfrestart/index.md b/dwm.suckless.org/patches/selfrestart/index.md
index 1b069524..c9e876ab 100644
--- a/dwm.suckless.org/patches/selfrestart/index.md
+++ b/dwm.suckless.org/patches/selfrestart/index.md
_AT_@ -7,9 +7,9 @@ Restart dwm without the unnecessary dependency of an external script.
 
 Download
 --------
- * [dwm-r1615-selfrestart.diff](dwm-r1615-selfrestart.diff)
+* [dwm-r1615-selfrestart.diff](dwm-r1615-selfrestart.diff)
 
 Implementation & idea
 ---------------------
- * Idea belongs to: [Yu-Jie Lin](https://sites.google.com/site/yjlnotes/notes/dwm)
- * The simplified implementation: Barbu Paul - Gheorghe <barbu.paul.gheorghe_AT_gmail.com>
+* Idea belongs to: [Yu-Jie Lin](https://sites.google.com/site/yjlnotes/notes/dwm)
+* The simplified implementation: Barbu Paul - Gheorghe <barbu.paul.gheorghe_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/single_tagset/index.md b/dwm.suckless.org/patches/single_tagset/index.md
index 6ff32016..9bc53c0f 100644
--- a/dwm.suckless.org/patches/single_tagset/index.md
+++ b/dwm.suckless.org/patches/single_tagset/index.md
_AT_@ -24,11 +24,11 @@ Please be aware that this patch probably breaks any other patch!
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-single_tagset-20160731-56a31dc.diff](dwm-single_tagset-20160731-56a31dc.diff)
- * [dwm-6.1-single_tagset.diff](dwm-6.1-single_tagset.diff) (16634b) (20140209)
- * [dwm-10e232f9ace7-single_tagset.diff](dwm-10e232f9ace7-single_tagset.diff) (14748b) (20120406)
- * [dwm-single_tagset-6.0.diff](dwm-single_tagset-6.0.diff) (14417b) (20120406)
+* [dwm-single_tagset-20160731-56a31dc.diff](dwm-single_tagset-20160731-56a31dc.diff)
+* [dwm-6.1-single_tagset.diff](dwm-6.1-single_tagset.diff) (16634b) (20140209)
+* [dwm-10e232f9ace7-single_tagset.diff](dwm-10e232f9ace7-single_tagset.diff) (14748b) (20120406)
+* [dwm-single_tagset-6.0.diff](dwm-single_tagset-6.0.diff) (14417b) (20120406)
 
 Authors
 -------
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/sizehints/index.md b/dwm.suckless.org/patches/sizehints/index.md
index 856575de..fb25381e 100644
--- a/dwm.suckless.org/patches/sizehints/index.md
+++ b/dwm.suckless.org/patches/sizehints/index.md
_AT_@ -12,8 +12,8 @@ There is no configuration for this patch.
 
 ## Download
 
- * [dwm-sizehints-5.7.2.diff](dwm-sizehints-5.7.2.diff) (695B) (20091221)
+* [dwm-sizehints-5.7.2.diff](dwm-sizehints-5.7.2.diff) (695B) (20091221)
 
 ## Author
 
- * Ray Kohler - ataraxia937 gmail com
+* Ray Kohler - ataraxia937 gmail com
diff --git a/dwm.suckless.org/patches/spawn_cwd/index.md b/dwm.suckless.org/patches/spawn_cwd/index.md
index aca180a6..a4dd5c25 100644
--- a/dwm.suckless.org/patches/spawn_cwd/index.md
+++ b/dwm.suckless.org/patches/spawn_cwd/index.md
_AT_@ -9,8 +9,8 @@ for more information.
 
 ## Download
 
- * [dwm-5.9.1-spawn_cwd.diff](dwm-5.9.1-spawn_cwd.diff)
+* [dwm-5.9.1-spawn_cwd.diff](dwm-5.9.1-spawn_cwd.diff)
 
 ## Author
 
- * Suraj N. Kurapati - <sunaku_AT_gmail.com>
+* Suraj N. Kurapati - <sunaku_AT_gmail.com>
diff --git a/dwm.suckless.org/patches/status2d/index.md b/dwm.suckless.org/patches/status2d/index.md
index 178d90d4..ceff6b77 100644
--- a/dwm.suckless.org/patches/status2d/index.md
+++ b/dwm.suckless.org/patches/status2d/index.md
_AT_@ -11,7 +11,7 @@ See below an example of my status bar with multi-cpu and battery.
 Download
 --------
 
- * [dwm-status2d-20161231-bb3bd6f.diff](dwm-status2d-20161231-bb3bd6f.diff)
+* [dwm-status2d-20161231-bb3bd6f.diff](dwm-status2d-20161231-bb3bd6f.diff)
 
 
 Usage
_AT_@ -30,6 +30,6 @@ xsetroot -name "dwmstatus ^c#FF0000^ in red with red rectangle ^r0,0,10,10^^f10^
 
 Authors
 -------
- * [sipi](https://github.com/sipi)
- * lhark - <lhark_AT_ntymail.com> (bb3bd6f port)
+* [sipi](https://github.com/sipi)
+* lhark - <lhark_AT_ntymail.com> (bb3bd6f port)
 
diff --git a/dwm.suckless.org/patches/statusallmons/index.md b/dwm.suckless.org/patches/statusallmons/index.md
index d16ca17d..7f1e7b16 100644
--- a/dwm.suckless.org/patches/statusallmons/index.md
+++ b/dwm.suckless.org/patches/statusallmons/index.md
_AT_@ -10,13 +10,13 @@ Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-statusallmons-20160731-56a31dc.diff](dwm-statusallmons-20160731-56a31dc.diff)
- * [dwm-6.1-statusallmons.diff](dwm-6.1-statusallmons.diff) (1026b) (20140209)
- * [dwm-10e232f9ace7-statusallmons.diff](dwm-10e232f9ace7-statusallmons.diff) (982b) (20120406)
- * [dwm-statusallmons-6.0.diff](dwm-statusallmons-6.0.diff) (982b) (20120406)
- * [dwm-statusallmons-5.8.2.diff](dwm-statusallmons-5.8.2.diff) (4.0K) (20110318)
+* [dwm-statusallmons-20160731-56a31dc.diff](dwm-statusallmons-20160731-56a31dc.diff)
+* [dwm-6.1-statusallmons.diff](dwm-6.1-statusallmons.diff) (1026b) (20140209)
+* [dwm-10e232f9ace7-statusallmons.diff](dwm-10e232f9ace7-statusallmons.diff) (982b) (20120406)
+* [dwm-statusallmons-6.0.diff](dwm-statusallmons-6.0.diff) (982b) (20120406)
+* [dwm-statusallmons-5.8.2.diff](dwm-statusallmons-5.8.2.diff) (4.0K) (20110318)
 
 Author
 ------
- * Pascal Wittmann - <mail_AT_pascal-wittmann.de>
- * Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Pascal Wittmann - <mail_AT_pascal-wittmann.de>
+* Updated by Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/statusbutton/index.md b/dwm.suckless.org/patches/statusbutton/index.md
index e0fd7321..6629e406 100644
--- a/dwm.suckless.org/patches/statusbutton/index.md
+++ b/dwm.suckless.org/patches/statusbutton/index.md
_AT_@ -12,8 +12,8 @@ It has been configured for now in config.def.h to spawn dmenucmd when clicked wi
 
 ## Download
 
- * [dwm-statusbutton-20180524-c8e9479.diff](dwm-statusbutton-20180524-c8e9479.diff) (24.05.2018)
+* [dwm-statusbutton-20180524-c8e9479.diff](dwm-statusbutton-20180524-c8e9479.diff) (24.05.2018)
 
 ## Author
 
- * cd
+* cd
diff --git a/dwm.suckless.org/patches/statuscolors/index.md b/dwm.suckless.org/patches/statuscolors/index.md
index c4affe4f..27ae9f63 100644
--- a/dwm.suckless.org/patches/statuscolors/index.md
+++ b/dwm.suckless.org/patches/statuscolors/index.md
_AT_@ -1,20 +1,20 @@
-# colored status text #
+# colored status text
 
-## Description ##
+## Description
 
 This patch enables colored text in the status bar. It changes the way colors are defined in config.h, allowing the user to define multiple color combinations for use in their status script.
 
-## Configuration ##
+## Configuration
 
 Download the patch and apply it according to the [general instructions](../).
 
 Modify the colors definition in 'config.h' to suit your needs. Make sure to define at least 3 colors as they will be used for 'normal', 'selected', and 'urgent' windows, respectively.
 
-## Usage ##
+## Usage
 
 Add code to your status script to output the raw characters '\x03' to switch to the 'urgent' color, or '\x04' to switch to the 4th defined color, etc. Note that the color indices in the status text are +1 from the definition in 'config.h' (because '
-### Example ###
+### Example
 
 The following definition in 'config.h':
 
_AT_@ -54,9 +54,9 @@ An example status script snippet to take advantage of the colors:
 
     echo -e $status
 
-## Download ##
+## Download
 
- * [dwm-5.7.2-statuscolors.diff](dwm-5.7.2-statuscolors.diff)
- * [dwm-5.8.2-statuscolors.diff](dwm-5.8.2-statuscolors.diff)
- * [dwm-statuscolors-5.9.diff](dwm-statuscolors-5.9.diff)
- * [dwm-statuscolors-6.1.diff](dwm-statuscolors-6.1.diff)
+* [dwm-5.7.2-statuscolors.diff](dwm-5.7.2-statuscolors.diff)
+* [dwm-5.8.2-statuscolors.diff](dwm-5.8.2-statuscolors.diff)
+* [dwm-statuscolors-5.9.diff](dwm-statuscolors-5.9.diff)
+* [dwm-statuscolors-6.1.diff](dwm-statuscolors-6.1.diff)
diff --git a/dwm.suckless.org/patches/statuspadding/index.md b/dwm.suckless.org/patches/statuspadding/index.md
index 180a85cf..228a2dcb 100644
--- a/dwm.suckless.org/patches/statuspadding/index.md
+++ b/dwm.suckless.org/patches/statuspadding/index.md
_AT_@ -19,8 +19,8 @@ except StatusText now has left padding in addition to right padding.
 
 ## Download
 
- * [dwm-statuspadding-20150524-c8e9479.diff](dwm-statuspadding-20150524-c8e9479.diff) (24.05.2018)
+* [dwm-statuspadding-20150524-c8e9479.diff](dwm-statuspadding-20150524-c8e9479.diff) (24.05.2018)
 
 ## Author
 
- * cd
+* cd
diff --git a/dwm.suckless.org/patches/sticky/index.md b/dwm.suckless.org/patches/sticky/index.md
index 6387700e..106ee421 100644
--- a/dwm.suckless.org/patches/sticky/index.md
+++ b/dwm.suckless.org/patches/sticky/index.md
_AT_@ -9,8 +9,8 @@ pressing `MODKEY+s` again.
 
 ## Download
 
- * [dwm-sticky-6.1.diff](dwm-sticky-6.1.diff)
- * [dwm-sticky-20160911-ab9571b.diff](dwm-sticky-20160911-ab9571b.diff)
+* [dwm-sticky-6.1.diff](dwm-sticky-6.1.diff)
+* [dwm-sticky-20160911-ab9571b.diff](dwm-sticky-20160911-ab9571b.diff)
 
 ## Author
- * Ryan Roden-Corrent <ryan_AT_rcorre.net>
+* Ryan Roden-Corrent <ryan_AT_rcorre.net>
diff --git a/dwm.suckless.org/patches/swallow/index.md b/dwm.suckless.org/patches/swallow/index.md
index c8da1125..7606b109 100644
--- a/dwm.suckless.org/patches/swallow/index.md
+++ b/dwm.suckless.org/patches/swallow/index.md
_AT_@ -20,9 +20,9 @@ dmenu feasible.
 Dependencies
 ------------
 
- * libxcb
- * Xlib-libxcb
- * xcb-res
+* libxcb
+* Xlib-libxcb
+* xcb-res
 
 These dependencies are needed due to the use of the latest revision of the X
 Resource Extension which is unsupported in vanilla Xlib.
_AT_@ -30,9 +30,9 @@ Resource Extension which is unsupported in vanilla Xlib.
 Download
 --------
 
- * [dwm-swallow-20170909-ceac8c9.diff](dwm-swallow-20170909-ceac8c9.diff)
- * [dwm-swallow-6.1.diff](dwm-swallow-6.1.diff)
- * [dwm-swallow-20160717-56a31dc.diff](dwm-swallow-20160717-56a31dc.diff)
+* [dwm-swallow-20170909-ceac8c9.diff](dwm-swallow-20170909-ceac8c9.diff)
+* [dwm-swallow-6.1.diff](dwm-swallow-6.1.diff)
+* [dwm-swallow-20160717-56a31dc.diff](dwm-swallow-20160717-56a31dc.diff)
 
 Notes
 -----
_AT_@ -48,6 +48,6 @@ windows created by local processes can be swallowed.
 Authors
 -------
 
- * Rob King - <jking_AT_deadpixi.com>
- * Laslo Hunhold - <dev_AT_frign.de> (6.1, git port)
- * Petr Šabata - <contyk_AT_redhat.com> (bugfixes)
+* Rob King - <jking_AT_deadpixi.com>
+* Laslo Hunhold - <dev_AT_frign.de> (6.1, git port)
+* Petr Šabata - <contyk_AT_redhat.com> (bugfixes)
diff --git a/dwm.suckless.org/patches/swapfocus/index.md b/dwm.suckless.org/patches/swapfocus/index.md
index a673e2f2..737d2d77 100644
--- a/dwm.suckless.org/patches/swapfocus/index.md
+++ b/dwm.suckless.org/patches/swapfocus/index.md
_AT_@ -7,12 +7,12 @@ This patch makes it possible to switch focus with one single shortcut (alt-s) in
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-swapfocus-20160731-56a31dc.diff](dwm-swapfocus-20160731-56a31dc.diff)
- * [dwm-6.1-swapfocus.diff](dwm-6.1-swapfocus.diff) (1807b) (20140209)
- * [dwm-10e232f9ace7-swapfocus.diff](dwm-10e232f9ace7-swapfocus.diff) (1484b) (20120406)
- * [dwm-swapfocus-6.0.diff](dwm-swapfocus-6.0.diff) (1482b) (20120406)
- * [dwm-5.8.2-swap.diff](dwm-5.8.2-swap.diff) (dwm 5.8.2)
+* [dwm-swapfocus-20160731-56a31dc.diff](dwm-swapfocus-20160731-56a31dc.diff)
+* [dwm-6.1-swapfocus.diff](dwm-6.1-swapfocus.diff) (1807b) (20140209)
+* [dwm-10e232f9ace7-swapfocus.diff](dwm-10e232f9ace7-swapfocus.diff) (1484b) (20120406)
+* [dwm-swapfocus-6.0.diff](dwm-swapfocus-6.0.diff) (1482b) (20120406)
+* [dwm-5.8.2-swap.diff](dwm-5.8.2-swap.diff) (dwm 5.8.2)
 
 ## Author
- * Lasse Engblom
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Lasse Engblom
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/systray/index.md b/dwm.suckless.org/patches/systray/index.md
index d4f8cc51..82c77786 100644
--- a/dwm.suckless.org/patches/systray/index.md
+++ b/dwm.suckless.org/patches/systray/index.md
_AT_@ -11,14 +11,14 @@ Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-systray-20180314-3bd8466.diff](dwm-systray-20180314-3bd8466.diff) (23K)
- * [dwm-6.1-systray.diff](dwm-6.1-systray.diff) (22K) (20151109)
- * [dwm-git-20130119-systray.diff](dwm-git-20130119-systray.diff) (19946b)
- * [dwm-systray-6.0.diff](dwm-systray-6.0.diff) (19788b) (20130119)
+* [dwm-systray-20180314-3bd8466.diff](dwm-systray-20180314-3bd8466.diff) (23K)
+* [dwm-6.1-systray.diff](dwm-6.1-systray.diff) (22K) (20151109)
+* [dwm-git-20130119-systray.diff](dwm-git-20130119-systray.diff) (19946b)
+* [dwm-systray-6.0.diff](dwm-systray-6.0.diff) (19788b) (20130119)
 
 Author
 ------
- * Jan Christoph Ebersbach <jceb_AT_e-jc.de>
- * Eon S. Jeon <esjeon_AT_hyunmu.am> (14343e69cc59)
- * David Phillips (5ed9c48 (6.1), 20160103, 20180314)
- * Eric Pruitt (7af4d43 (20160626))
+* Jan Christoph Ebersbach <jceb_AT_e-jc.de>
+* Eon S. Jeon <esjeon_AT_hyunmu.am> (14343e69cc59)
+* David Phillips (5ed9c48 (6.1), 20160103, 20180314)
+* Eric Pruitt (7af4d43 (20160626))
diff --git a/dwm.suckless.org/patches/tab/index.md b/dwm.suckless.org/patches/tab/index.md
index eda26860..ff5d12a0 100644
--- a/dwm.suckless.org/patches/tab/index.md
+++ b/dwm.suckless.org/patches/tab/index.md
_AT_@ -114,14 +114,14 @@ Download
 
 <i>Please contact the author if the patch provided for the git master branch does not work with the current head.</i>
 
- * Tab patch alone
- * For dwm 6.1: [dwm-6.1-tab-v2b.diff](dwm-6.1-tab-v2b.diff)
- * For dwm from the git master branch: [dwm-tab-v2b-56a31dc.diff](dwm-tab-v2b-56a31dc.diff)
+* Tab patch alone
+ * For dwm 6.1: [dwm-6.1-tab-v2b.diff](dwm-6.1-tab-v2b.diff)
+ * For dwm from the git master branch: [dwm-tab-v2b-56a31dc.diff](dwm-tab-v2b-56a31dc.diff)
 
- * Combined patch of tab and the [pertag](../pertag/) patch from Jan Christoph Ebersbach.
- * Follow the [link](../pertag/) for the description of this patch and the credits. The possibility to define the default layout per view has been added.
- * For dwm 6.1: [dwm-6.1-pertag-tab-v2b.diff](dwm-6.1-pertag-tab-v2b.diff)
- * For dwm from the git master branch: [dwm-tab-v2b-pertab-56a31dc.diff](dwm-tab-v2b-pertab-56a31dc.diff)
+* Combined patch of tab and the [pertag](../pertag/) patch from Jan Christoph Ebersbach.
+ * Follow the [link](../pertag/) for the description of this patch and the credits. The possibility to define the default layout per view has been added.
+ * For dwm 6.1: [dwm-6.1-pertag-tab-v2b.diff](dwm-6.1-pertag-tab-v2b.diff)
+ * For dwm from the git master branch: [dwm-tab-v2b-pertab-56a31dc.diff](dwm-tab-v2b-pertab-56a31dc.diff)
 
 Change log
 ----------
_AT_@ -134,4 +134,4 @@ Change log
 
 Author
 ------
- * Philippe Gras - `<philippe dot gras at free dot fr>`
+* Philippe Gras - `<philippe dot gras at free dot fr>`
diff --git a/dwm.suckless.org/patches/tagall/index.md b/dwm.suckless.org/patches/tagall/index.md
index 32fe1ef3..04895c66 100644
--- a/dwm.suckless.org/patches/tagall/index.md
+++ b/dwm.suckless.org/patches/tagall/index.md
_AT_@ -1,31 +1,31 @@
-# tag all #
+# tag all
 
-## Description ##
+## Description
 
 Shortcut to move all (floating) windows from one tag to another.
 
-## Download ##
+## Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-tagall-20160731-56a31dc.diff](dwm-tagall-20160731-56a31dc.diff)
- * [dwm-tagall-6.1.diff](dwm-tagall-6.1.diff) (1058b) (20140209)
- * [dwm-10e232f9ace7-tagall.diff](dwm-10e232f9ace7-tagall.diff) (988b) (20120406)
- * [dwm-tagall-6.0.diff](dwm-tagall-6.0.diff) (988b) (20120406)
+* [dwm-tagall-20160731-56a31dc.diff](dwm-tagall-20160731-56a31dc.diff)
+* [dwm-tagall-6.1.diff](dwm-tagall-6.1.diff) (1058b) (20140209)
+* [dwm-10e232f9ace7-tagall.diff](dwm-10e232f9ace7-tagall.diff) (988b) (20120406)
+* [dwm-tagall-6.0.diff](dwm-tagall-6.0.diff) (988b) (20120406)
 
-## Configuration ##
+## Configuration
 
- * MODKEY+Shift+F1 moves all floating windows of the current tag to tag 1
+* MODKEY+Shift+F1 moves all floating windows of the current tag to tag 1
 
     { MODKEY|ShiftMask, XK_F1, tagall, {.v = "F1"} }, \
     ...
     { MODKEY|ShiftMask, XK_F9, tagall, {.v = "F9"} }, \
 
- * MODKEY+Shift+F1 moves all windows of the current tag to tag 1
+* MODKEY+Shift+F1 moves all windows of the current tag to tag 1
 
     { MODKEY|ShiftMask, XK_F1, tagall, {.v = "1"} }, \
     ...
     { MODKEY|ShiftMask, XK_F9, tagall, {.v = "9"} }, \
 
-## Author ##
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+## Author
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/dwm.suckless.org/patches/taggrid/index.md b/dwm.suckless.org/patches/taggrid/index.md
index bd5570cb..55044dd2 100644
--- a/dwm.suckless.org/patches/taggrid/index.md
+++ b/dwm.suckless.org/patches/taggrid/index.md
_AT_@ -9,11 +9,11 @@ Applying
 --------
 Patch uses drawtagmask flagset to show tags. Two flags can be applied to it:
 
- * `#define DRAWCLASSICTAGS 1 << 0`
+* `#define DRAWCLASSICTAGS 1 << 0`
  
    this will make patch to draw classic tags row;
 
- * `#define DRAWTAGGRID 1 << 1`
+* `#define DRAWTAGGRID 1 << 1`
   
    this will make patch to draw the grid of tags like this:
 
_AT_@ -23,7 +23,7 @@ The patch defines `switchtag` function which handle global shortcuts to
 navigate in grid. This function accept unsigned int argument which represents
 flagset of next flags:
 
- * `#define SWITCHTAG_UP 1 << 0`
+* `#define SWITCHTAG_UP 1 << 0`
 
    `#define SWITCHTAG_DOWN 1 << 1`
 
_AT_@ -33,7 +33,7 @@ flagset of next flags:
 
    this four defines the direction of moving current tags;
 
- * `#define SWITCHTAG_TOGGLETAG 1 << 4`
+* `#define SWITCHTAG_TOGGLETAG 1 << 4`
 
    `#define SWITCHTAG_TAG 1 << 5`
 
_AT_@ -71,9 +71,9 @@ this will move active window in specified direction and perform the action, desc
 Download
 --------
 
- * [dwm-6.1-taggrid.diff](dwm-6.1-taggrid.diff) (2014-02-16)
+* [dwm-6.1-taggrid.diff](dwm-6.1-taggrid.diff) (2014-02-16)
 
 Author
 ------
 
- * Yury Shvedov - [shved AT lvk DOT cs DOT msu DOT su](mailto:shved_AT_lvk.cs.msu.su) (or [mestofel13 AT gmail DOT com](mailto:mestofel13_AT_gmail.com)).
+* Yury Shvedov - [shved AT lvk DOT cs DOT msu DOT su](mailto:shved_AT_lvk.cs.msu.su) (or [mestofel13 AT gmail DOT com](mailto:mestofel13_AT_gmail.com)).
diff --git a/dwm.suckless.org/patches/three-column/index.md b/dwm.suckless.org/patches/three-column/index.md
index 648bac37..b81643d5 100644
--- a/dwm.suckless.org/patches/three-column/index.md
+++ b/dwm.suckless.org/patches/three-column/index.md
_AT_@ -27,11 +27,11 @@ Three Column Layout (tcl) is a new layout with a wide master panel centered on t
 
 ## Download
 
- * [tcl.c layout](tcl.c)
+* [tcl.c layout](tcl.c)
 
 ## Maintainer
 
- * Chris Truett - <chris.truett_AT_gmail.com>
+* Chris Truett - <chris.truett_AT_gmail.com>
 
 ## Note
 
diff --git a/dwm.suckless.org/patches/urgentborder/index.md b/dwm.suckless.org/patches/urgentborder/index.md
index 746b5901..107dda58 100644
--- a/dwm.suckless.org/patches/urgentborder/index.md
+++ b/dwm.suckless.org/patches/urgentborder/index.md
_AT_@ -8,8 +8,8 @@ Use config.h item "urgbordercolor" to change it.
 
 ## Download
 
- * [dwm-6.1-urg-border.diff](dwm-6.1-urg-border.diff) (2.2K) (20150307)
+* [dwm-6.1-urg-border.diff](dwm-6.1-urg-border.diff) (2.2K) (20150307)
  
 ## Author
 
- * Alexander Huemer - alexander dot huemer dot xx dot vu (Based on former work by Ray Kohler - ataraxia937 gmail com)
+* Alexander Huemer - alexander dot huemer dot xx dot vu (Based on former work by Ray Kohler - ataraxia937 gmail com)
diff --git a/dwm.suckless.org/patches/uselessgap/index.md b/dwm.suckless.org/patches/uselessgap/index.md
index 881b1a4a..64870e6f 100644
--- a/dwm.suckless.org/patches/uselessgap/index.md
+++ b/dwm.suckless.org/patches/uselessgap/index.md
_AT_@ -49,15 +49,15 @@ tile mode...
 
 ## Download
 
- * [dwm-uselessgap-6.1.diff](dwm-uselessgap-6.1.diff) (4K) (20150815), now supports nmaster.
- * [dwm-uselessgap-5.9.diff](dwm-uselessgap-5.9.diff) (1.8k) (20110107 updated. Thanks Jordan for your bug report)
+* [dwm-uselessgap-6.1.diff](dwm-uselessgap-6.1.diff) (4K) (20150815), now supports nmaster.
+* [dwm-uselessgap-5.9.diff](dwm-uselessgap-5.9.diff) (1.8k) (20110107 updated. Thanks Jordan for your bug report)
 
         Updated to use the new resizeclient() function instead of resize()
 
- * [dwm-uselessgap-5.8.diff](dwm-uselessgap-5.8.diff) (1.7k) (20100225 updated. Thanks Guillaume for your bug report)
+* [dwm-uselessgap-5.8.diff](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](dwm-gap-5.7.2.diff) (0.7k) (20091215)
+* [dwm-gap-5.7.2.diff](dwm-gap-5.7.2.diff) (0.7k) (20091215)
 
 ## Author
 
diff --git a/dwm.suckless.org/patches/viewontag/index.md b/dwm.suckless.org/patches/viewontag/index.md
index 179aacb2..1b30da99 100644
--- a/dwm.suckless.org/patches/viewontag/index.md
+++ b/dwm.suckless.org/patches/viewontag/index.md
_AT_@ -2,13 +2,13 @@
 
 ## Description
 
- * follow a window to the tag it is being moved to
+* follow a window to the tag it is being moved to
 
 ## Download
 
- * [dwm-r1522-viewontag.diff](dwm-r1522-viewontag.diff) (dwm r1522) (20100725)
+* [dwm-r1522-viewontag.diff](dwm-r1522-viewontag.diff) (dwm r1522) (20100725)
 
 ## Author
 
- * Markus P. - peters_mops at arcor . de
+* Markus P. - peters_mops at arcor . de
 
diff --git a/dwm.suckless.org/patches/winview/index.md b/dwm.suckless.org/patches/winview/index.md
index cc6b7cfa..7d6795fd 100644
--- a/dwm.suckless.org/patches/winview/index.md
+++ b/dwm.suckless.org/patches/winview/index.md
_AT_@ -45,10 +45,10 @@ template, config.def.h.
 Download
 --------
 
- * [dwm-6.1-winview.diff](dwm-6.1-winview.diff)
- * [dwm-6.0-winview.diff](dwm-6.0-winview.diff)
+* [dwm-6.1-winview.diff](dwm-6.1-winview.diff)
+* [dwm-6.0-winview.diff](dwm-6.0-winview.diff)
 
 Author
 ------
- * Philippe Gras - `<philippe dot gras at free dot fr>`
+* Philippe Gras - `<philippe dot gras at free dot fr>`
 
diff --git a/dwm.suckless.org/patches/xkb/index.md b/dwm.suckless.org/patches/xkb/index.md
index f74329a9..69aafd52 100644
--- a/dwm.suckless.org/patches/xkb/index.md
+++ b/dwm.suckless.org/patches/xkb/index.md
_AT_@ -11,10 +11,10 @@ Firstly you have to configure xkb as you need as described
 [here](https://www.x.org/archive/X11R7.5/doc/input/XKB-Config.html).
 The patch depends on two variables:
 
- * `showxkb` flag defines, should patch show current xkb group on
+* `showxkb` flag defines, should patch show current xkb group on
    the bar or not;
 
- * `xkb_layouts` array defines the text, which will appear on the
+* `xkb_layouts` array defines the text, which will appear on the
     bar according to current group if `showxkb` set to `TRUE`.
 
 There is new field in Rule struckture, by witch you can specify
_AT_@ -25,9 +25,9 @@ rules can't be applied to dmenu.
 Download
 --------
 
- * [dwm-6.1-xkb.diff](dwm-6.1-xkb.diff) (2014-02-15)
+* [dwm-6.1-xkb.diff](dwm-6.1-xkb.diff) (2014-02-15)
 
 Author
 ------
 
- * Yury Shvedov - [shved AT lvk DOT cs DOT msu DOT su](mailto:shved_AT_lvk.cs.msu.su) (or [mestofel13 AT gmail DOT com](mailto:mestofel13_AT_gmail.com)).
+* Yury Shvedov - [shved AT lvk DOT cs DOT msu DOT su](mailto:shved_AT_lvk.cs.msu.su) (or [mestofel13 AT gmail DOT com](mailto:mestofel13_AT_gmail.com)).
diff --git a/dwm.suckless.org/patches/xrdb/index.md b/dwm.suckless.org/patches/xrdb/index.md
index fa396945..ed347229 100644
--- a/dwm.suckless.org/patches/xrdb/index.md
+++ b/dwm.suckless.org/patches/xrdb/index.md
_AT_@ -22,9 +22,9 @@ Default key to reload is `Mod+F5`.
 Download
 --------
 
- * [dwm-xrdb-6.1.diff](dwm-xrdb-6.1.diff)
+* [dwm-xrdb-6.1.diff](dwm-xrdb-6.1.diff)
 
 Authors
 -------
 
- * Petr Schmied - <https://github.com/JBlackN/dwm-xrdb>
+* Petr Schmied - <https://github.com/JBlackN/dwm-xrdb>
diff --git a/dwm.suckless.org/patches/zoomswap/index.md b/dwm.suckless.org/patches/zoomswap/index.md
index de25b711..5e8e88b3 100644
--- a/dwm.suckless.org/patches/zoomswap/index.md
+++ b/dwm.suckless.org/patches/zoomswap/index.md
_AT_@ -43,10 +43,10 @@ Download
 Patches against different versions of dwm are available at
 [dwm-clean-patches](https://github.com/jceb/dwm-clean-patches).
 
- * [dwm-zoomswap-20160731-56a31dc.diff](dwm-zoomswap-20160731-56a31dc.diff)
- * [dwm-6.1-zoomswap.diff](dwm-6.1-zoomswap.diff) (2585b) (20120406)
- * [dwm-zoomswap-6.0.diff](dwm-zoomswap-6.0.diff) (1.6K) (20120406)
+* [dwm-zoomswap-20160731-56a31dc.diff](dwm-zoomswap-20160731-56a31dc.diff)
+* [dwm-6.1-zoomswap.diff](dwm-6.1-zoomswap.diff) (2585b) (20120406)
+* [dwm-zoomswap-6.0.diff](dwm-zoomswap-6.0.diff) (1.6K) (20120406)
 
 Author
 ------
- * Jan Christoph Ebersbach - `<jceb at e-jc dot de>`
+* Jan Christoph Ebersbach - `<jceb at e-jc dot de>`
diff --git a/st.suckless.org/patches/alpha/index.md b/st.suckless.org/patches/alpha/index.md
index b81e97ba..452cb91c 100644
--- a/st.suckless.org/patches/alpha/index.md
+++ b/st.suckless.org/patches/alpha/index.md
_AT_@ -20,23 +20,23 @@ Notes
 Download
 --------
 
- * [st-alpha-0.4.1.diff](st-alpha-0.4.1.diff)
- * [st-alpha-0.5.diff](st-alpha-0.5.diff)
- * [st-alpha-0.6.diff](st-alpha-0.6.diff)
- * [st-alpha-0.7.diff](st-alpha-0.7.diff)
- * [st-alpha-20160727-308bfbf.diff](st-alpha-20160727-308bfbf.diff)
- * [st-alpha-20170509-5a10aca.diff](st-alpha-20170509-5a10aca.diff)
- * [st-alpha-20171221-0ac685f.diff](st-alpha-20171221-0ac685f.diff)
- * [st-alpha-0.8.1.diff](st-alpha-0.8.1.diff)
- * [st-alpha-20180616-0.8.1.diff](st-alpha-20180616-0.8.1.diff)
+* [st-alpha-0.4.1.diff](st-alpha-0.4.1.diff)
+* [st-alpha-0.5.diff](st-alpha-0.5.diff)
+* [st-alpha-0.6.diff](st-alpha-0.6.diff)
+* [st-alpha-0.7.diff](st-alpha-0.7.diff)
+* [st-alpha-20160727-308bfbf.diff](st-alpha-20160727-308bfbf.diff)
+* [st-alpha-20170509-5a10aca.diff](st-alpha-20170509-5a10aca.diff)
+* [st-alpha-20171221-0ac685f.diff](st-alpha-20171221-0ac685f.diff)
+* [st-alpha-0.8.1.diff](st-alpha-0.8.1.diff)
+* [st-alpha-20180616-0.8.1.diff](st-alpha-20180616-0.8.1.diff)
 
 Authors
 -------
 
- * Eon S. Jeon - <esjeon_AT_hyunmu.am>
- * pr - <protodev_AT_gmx.net> (0.5 port)
- * Laslo Hunhold - <dev_AT_frign.de> (0.6, git ports)
- * Ivan J. - <parazyd_AT_dyne.org> (git port)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
- * Johannes Mayrhofer - <jm.spam_AT_gmx.net> (0.8.1 port)
- * Àlex Ramírez <aramirez_AT_posteo.net> (0.8.1 pre-multiplication fix).
+* Eon S. Jeon - <esjeon_AT_hyunmu.am>
+* pr - <protodev_AT_gmx.net> (0.5 port)
+* Laslo Hunhold - <dev_AT_frign.de> (0.6, git ports)
+* Ivan J. - <parazyd_AT_dyne.org> (git port)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
+* Johannes Mayrhofer - <jm.spam_AT_gmx.net> (0.8.1 port)
+* Àlex Ramírez <aramirez_AT_posteo.net> (0.8.1 pre-multiplication fix).
diff --git a/st.suckless.org/patches/anysize/index.md b/st.suckless.org/patches/anysize/index.md
index 64482b55..8082477c 100644
--- a/st.suckless.org/patches/anysize/index.md
+++ b/st.suckless.org/patches/anysize/index.md
_AT_@ -16,4 +16,4 @@ Download
 Authors
 -------
 
- * Augusto Born de Oliveira - <augustoborn_AT_gmail.com>
+* Augusto Born de Oliveira - <augustoborn_AT_gmail.com>
diff --git a/st.suckless.org/patches/clipboard/index.md b/st.suckless.org/patches/clipboard/index.md
index 8f0fa3b2..41d4f301 100644
--- a/st.suckless.org/patches/clipboard/index.md
+++ b/st.suckless.org/patches/clipboard/index.md
_AT_@ -26,6 +26,6 @@ Download
 Authors
 -------
 
- * Kai Hendry - <hendry_AT_iki.fi>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
+* Kai Hendry - <hendry_AT_iki.fi>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
diff --git a/st.suckless.org/patches/copyurl/index.md b/st.suckless.org/patches/copyurl/index.md
index ca078ddc..cbc38683 100644
--- a/st.suckless.org/patches/copyurl/index.md
+++ b/st.suckless.org/patches/copyurl/index.md
_AT_@ -16,22 +16,22 @@ URL on each line is selected.
 Download
 --------
 
- * [st-copyurl-0.6.diff](st-copyurl-0.6.diff)
- * [st-copyurl-0.7.diff](st-copyurl-0.7.diff)
- * [st-copyurl-20161105-8c99915.diff](st-copyurl-20161105-8c99915.diff)
- * [st-copyurl-20170802-e2ee5ee.diff](st-copyurl-20170802-e2ee5ee.diff)
- * [st-copyurl-20180418-7e810b5.diff](st-copyurl-20180418-7e810b5.diff)
+* [st-copyurl-0.6.diff](st-copyurl-0.6.diff)
+* [st-copyurl-0.7.diff](st-copyurl-0.7.diff)
+* [st-copyurl-20161105-8c99915.diff](st-copyurl-20161105-8c99915.diff)
+* [st-copyurl-20170802-e2ee5ee.diff](st-copyurl-20170802-e2ee5ee.diff)
+* [st-copyurl-20180418-7e810b5.diff](st-copyurl-20180418-7e810b5.diff)
 
 Following patches also highlight the selected urls:
 
- * [st-copyurl-20180514-a7bd977.diff](st-copyurl-20180514-a7bd977.diff)
- * [st-copyurl-20180520-73f375a.diff](st-copyurl-20180520-73f375a.diff)
+* [st-copyurl-20180514-a7bd977.diff](st-copyurl-20180514-a7bd977.diff)
+* [st-copyurl-20180520-73f375a.diff](st-copyurl-20180520-73f375a.diff)
 
 Authors
 -------
 
- * Brandon Mulcahy - <brandon_AT_jangler.info>
- * Laslo Hunhold - <dev_AT_frign.de> (0.6 port)
- * David Phillips - <david_AT_sighup.nz> (git port)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
- * Michael Buch - <michaelbuch12_AT_gmail.com> (0.8+ git port, url highlighting)
+* Brandon Mulcahy - <brandon_AT_jangler.info>
+* Laslo Hunhold - <dev_AT_frign.de> (0.6 port)
+* David Phillips - <david_AT_sighup.nz> (git port)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
+* Michael Buch - <michaelbuch12_AT_gmail.com> (0.8+ git port, url highlighting)
diff --git a/st.suckless.org/patches/delkey/index.md b/st.suckless.org/patches/delkey/index.md
index a8b25dc6..4dcd76fa 100644
--- a/st.suckless.org/patches/delkey/index.md
+++ b/st.suckless.org/patches/delkey/index.md
_AT_@ -9,13 +9,13 @@ Return BS on pressing backspace and DEL on pressing the delete key.
 Download
 --------
 
- * [st-delkey-0.6.diff](st-delkey-0.6.diff)
- * [st-delkey-0.7.diff](st-delkey-0.7.diff)
- * [st-delkey-20160727-308bfbf.diff](st-delkey-20160727-308bfbf.diff)
+* [st-delkey-0.6.diff](st-delkey-0.6.diff)
+* [st-delkey-0.7.diff](st-delkey-0.7.diff)
+* [st-delkey-20160727-308bfbf.diff](st-delkey-20160727-308bfbf.diff)
 
 Authors
 -------
 
- * Roberto E. Vargas Caballero - <k0ga_AT_shike2.com>
- * Laslo Hunhold - <dev_AT_frign.de> (0.6, git ports)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
+* Roberto E. Vargas Caballero - <k0ga_AT_shike2.com>
+* Laslo Hunhold - <dev_AT_frign.de> (0.6, git ports)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
diff --git a/st.suckless.org/patches/disable_bold_italic_fonts/index.md b/st.suckless.org/patches/disable_bold_italic_fonts/index.md
index 1dd12273..e19aa8a9 100644
--- a/st.suckless.org/patches/disable_bold_italic_fonts/index.md
+++ b/st.suckless.org/patches/disable_bold_italic_fonts/index.md
_AT_@ -9,9 +9,9 @@ Some terminals allow disabling bold/italic fonts globally. So this patch adds su
 Download
 --------
 
- * [st-disable-bold-italic-fonts.diff](st-disable-bold-italic-fonts.diff)
+* [st-disable-bold-italic-fonts.diff](st-disable-bold-italic-fonts.diff)
 
 Author
 ------
 
- * Alex Kozadaev - <snobb_AT_gmx at com>
+* Alex Kozadaev - <snobb_AT_gmx at com>
diff --git a/st.suckless.org/patches/dracula/index.md b/st.suckless.org/patches/dracula/index.md
index 369fb0a5..c35ae806 100644
--- a/st.suckless.org/patches/dracula/index.md
+++ b/st.suckless.org/patches/dracula/index.md
_AT_@ -26,8 +26,8 @@ Running zsh and tmux.
 Download
 --------
 
- * [st-dracula-20170803-7f99032.diff](st-dracula-20170803-7f99032.diff)
+* [st-dracula-20170803-7f99032.diff](st-dracula-20170803-7f99032.diff)
 
 Authors
 -------
- * Jesús López - <jsus90_AT_gmail.com>
+* Jesús López - <jsus90_AT_gmail.com>
diff --git a/st.suckless.org/patches/externalpipe/index.md b/st.suckless.org/patches/externalpipe/index.md
index 4ef3881f..389ff51f 100644
--- a/st.suckless.org/patches/externalpipe/index.md
+++ b/st.suckless.org/patches/externalpipe/index.md
_AT_@ -38,6 +38,6 @@ Download
 Authors
 -------
 
- * Rob Pilling - <robpilling_AT_gmail.com>
- * Laslo Hunhold - <dev_AT_frign.de> (0.4.1, 0.5, 0.6, git ports)
- * Lucas Gabriel Vuotto - <lvuotto92_AT_gmail.com> (0.7, git ports)
+* Rob Pilling - <robpilling_AT_gmail.com>
+* Laslo Hunhold - <dev_AT_frign.de> (0.4.1, 0.5, 0.6, git ports)
+* Lucas Gabriel Vuotto - <lvuotto92_AT_gmail.com> (0.7, git ports)
diff --git a/st.suckless.org/patches/fix_keyboard_input/index.md b/st.suckless.org/patches/fix_keyboard_input/index.md
index 053a5cfc..9e8b613a 100644
--- a/st.suckless.org/patches/fix_keyboard_input/index.md
+++ b/st.suckless.org/patches/fix_keyboard_input/index.md
_AT_@ -78,11 +78,11 @@ becomes the following:
 Download
 --------
 
- * [st-fix-keyboard-input-20170603-5a10aca.diff](st-fix-keyboard-input-20170603-5a10aca.diff)
- * [st-fix-keyboard-input-20170621-b331da5.diff](st-fix-keyboard-input-20170621-b331da5.diff)
- * [st-fix-keyboard-input-20180605-dc3b5ba.diff](st-fix-keyboard-input-20180605-dc3b5ba.diff)
+* [st-fix-keyboard-input-20170603-5a10aca.diff](st-fix-keyboard-input-20170603-5a10aca.diff)
+* [st-fix-keyboard-input-20170621-b331da5.diff](st-fix-keyboard-input-20170621-b331da5.diff)
+* [st-fix-keyboard-input-20180605-dc3b5ba.diff](st-fix-keyboard-input-20180605-dc3b5ba.diff)
 
 Authors
 -------
 
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
+* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
diff --git a/st.suckless.org/patches/hidecursor/index.md b/st.suckless.org/patches/hidecursor/index.md
index 42ff64d6..d6f28eaa 100644
--- a/st.suckless.org/patches/hidecursor/index.md
+++ b/st.suckless.org/patches/hidecursor/index.md
_AT_@ -19,5 +19,5 @@ Download
 Authors
 -------
 
- * Ivan Delalande - <colona_AT_ycc.fr>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Ivan Delalande - <colona_AT_ycc.fr>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
diff --git a/st.suckless.org/patches/keyboard_select/index.md b/st.suckless.org/patches/keyboard_select/index.md
index be9c209e..5e5c0d5b 100644
--- a/st.suckless.org/patches/keyboard_select/index.md
+++ b/st.suckless.org/patches/keyboard_select/index.md
_AT_@ -56,10 +56,10 @@ Shortcuts for input mode :
 Download
 --------
 
- * [git-st-keyboard_select-20180619-937e367.diff](git-st-keyboard_select-20180619-937e367.diff)
- * [st-keyboard_select-0.8.1.diff](st-keyboard_select-0.8.1.diff)
+* [git-st-keyboard_select-20180619-937e367.diff](git-st-keyboard_select-20180619-937e367.diff)
+* [st-keyboard_select-0.8.1.diff](st-keyboard_select-0.8.1.diff)
 
 
 Authors
 -------
- * Tonton Couillon - &lt;la dot luge at free dot fr>
+* Tonton Couillon - &lt;la dot luge at free dot fr>
diff --git a/st.suckless.org/patches/open_copied_url/index.md b/st.suckless.org/patches/open_copied_url/index.md
index f4a2b980..87dbf77c 100644
--- a/st.suckless.org/patches/open_copied_url/index.md
+++ b/st.suckless.org/patches/open_copied_url/index.md
_AT_@ -27,9 +27,9 @@ to open the contents of the clipboard in the default browser.
 Download
 --------
 
- * [st-openclipboard-20180525-2c2500c.diff](st-openclipboard-20180525-2c2500c.diff)
+* [st-openclipboard-20180525-2c2500c.diff](st-openclipboard-20180525-2c2500c.diff)
 
 Authors
 -------
 
- * Michael Buch - <michaelbuch12_AT_gmail.com>
+* Michael Buch - <michaelbuch12_AT_gmail.com>
diff --git a/st.suckless.org/patches/openbsd/index.md b/st.suckless.org/patches/openbsd/index.md
index 77bc2605..a33c17c4 100644
--- a/st.suckless.org/patches/openbsd/index.md
+++ b/st.suckless.org/patches/openbsd/index.md
_AT_@ -33,5 +33,5 @@ Download
 Authors
 -------
 
- * Nils Reuße - <nilsreusse_AT_gmail.com>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Nils Reuße - <nilsreusse_AT_gmail.com>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
diff --git a/st.suckless.org/patches/palettes/index.md b/st.suckless.org/patches/palettes/index.md
index 8e37aea5..c8838e48 100644
--- a/st.suckless.org/patches/palettes/index.md
+++ b/st.suckless.org/patches/palettes/index.md
_AT_@ -34,9 +34,9 @@ It uses the following shortcuts :
 Download
 --------
 
- * [st-color_schemes-0.8.1.diff](st-color_schemes-0.8.1.diff)
+* [st-color_schemes-0.8.1.diff](st-color_schemes-0.8.1.diff)
 
 
 Authors
 -------
- * Tonton Couillon - &lt;la dot luge at free dot fr>
+* Tonton Couillon - &lt;la dot luge at free dot fr>
diff --git a/st.suckless.org/patches/relativeborder/index.md b/st.suckless.org/patches/relativeborder/index.md
index b34a123f..02eeaa34 100644
--- a/st.suckless.org/patches/relativeborder/index.md
+++ b/st.suckless.org/patches/relativeborder/index.md
_AT_@ -12,8 +12,8 @@ of a cell in the terminal.
 
 ## Download
 
- * [st-relativeborder-20171207-0ac685f.diff](st-relativeborder-20171207-0ac685f.diff)
+* [st-relativeborder-20171207-0ac685f.diff](st-relativeborder-20171207-0ac685f.diff)
 
 ## Authors
 
- * Doug Whiteley - <dougwhiteley_AT_gmail.com>
+* Doug Whiteley - <dougwhiteley_AT_gmail.com>
diff --git a/st.suckless.org/patches/scrollback/index.md b/st.suckless.org/patches/scrollback/index.md
index c45111e1..6ee26c42 100644
--- a/st.suckless.org/patches/scrollback/index.md
+++ b/st.suckless.org/patches/scrollback/index.md
_AT_@ -37,11 +37,11 @@ Notes
 Authors
 -------
 
- * Jochen Sprickerhof - <st_AT_jochen.sprickerhof.de>
- * M Farkas-Dyck - <strake888_AT_gmail.com>
- * Ivan Tham - <pickfire_AT_riseup.net> (mouse scrolling)
- * Ori Bernstein - <ori_AT_eigenstate.org> (fix memory bug)
- * Matthias Schoth - <mschoth_AT_gmail.com> (auto altscreen scrolling)
- * Laslo Hunhold - <dev_AT_frign.de> (unscrambling, git port)
- * Paride Legovini - <pl_AT_ninthfloor.org> (don't require the Shift modifier when using the auto altscreen scrolling)
- * Lorenzo Bracco - <devtry_AT_riseup.net> (update base patch, use static variable for config)
+* Jochen Sprickerhof - <st_AT_jochen.sprickerhof.de>
+* M Farkas-Dyck - <strake888_AT_gmail.com>
+* Ivan Tham - <pickfire_AT_riseup.net> (mouse scrolling)
+* Ori Bernstein - <ori_AT_eigenstate.org> (fix memory bug)
+* Matthias Schoth - <mschoth_AT_gmail.com> (auto altscreen scrolling)
+* Laslo Hunhold - <dev_AT_frign.de> (unscrambling, git port)
+* Paride Legovini - <pl_AT_ninthfloor.org> (don't require the Shift modifier when using the auto altscreen scrolling)
+* Lorenzo Bracco - <devtry_AT_riseup.net> (update base patch, use static variable for config)
diff --git a/st.suckless.org/patches/solarized/index.md b/st.suckless.org/patches/solarized/index.md
index eda0d377..68fa2acb 100644
--- a/st.suckless.org/patches/solarized/index.md
+++ b/st.suckless.org/patches/solarized/index.md
_AT_@ -32,42 +32,42 @@ Download
 To get correct colors, you first need to apply the following patch
 to disable lighting up bold colors.
 
- * [st-no_bold_colors-0.5.diff](st-no_bold_colors-0.5.diff)
- * [st-no_bold_colors-0.6.diff](st-no_bold_colors-0.6.diff)
- * [st-no_bold_colors-0.7.diff](st-no_bold_colors-0.7.diff)
- * [st-no_bold_colors-0.8.1.diff](st-no_bold_colors-0.8.1.diff)
- * [st-no_bold_colors-20170623-b331da5.diff](st-no_bold_colors-20170623-b331da5.diff)
+* [st-no_bold_colors-0.5.diff](st-no_bold_colors-0.5.diff)
+* [st-no_bold_colors-0.6.diff](st-no_bold_colors-0.6.diff)
+* [st-no_bold_colors-0.7.diff](st-no_bold_colors-0.7.diff)
+* [st-no_bold_colors-0.8.1.diff](st-no_bold_colors-0.8.1.diff)
+* [st-no_bold_colors-20170623-b331da5.diff](st-no_bold_colors-20170623-b331da5.diff)
 
 Choose one of the following patches to get either the light
 or the dark color scheme:
 
 *Light*:
 
- * [st-solarized-light-0.5.diff](st-solarized-light-0.5.diff)
- * [st-solarized-light-0.6.diff](st-solarized-light-0.6.diff)
- * [st-solarized-light-0.7.diff](st-solarized-light-0.7.diff)
- * [st-solarized-light-20170623-b331da5.diff](st-solarized-light-20170623-b331da5.diff)
+* [st-solarized-light-0.5.diff](st-solarized-light-0.5.diff)
+* [st-solarized-light-0.6.diff](st-solarized-light-0.6.diff)
+* [st-solarized-light-0.7.diff](st-solarized-light-0.7.diff)
+* [st-solarized-light-20170623-b331da5.diff](st-solarized-light-20170623-b331da5.diff)
 
 *Dark*:
 
- * [st-solarized-dark-0.5.diff](st-solarized-dark-0.5.diff)
- * [st-solarized-dark-0.6.diff](st-solarized-dark-0.6.diff)
- * [st-solarized-dark-0.7.diff](st-solarized-dark-0.7.diff)
- * [st-solarized-dark-20170623-b331da5.diff](st-solarized-dark-20170623-b331da5.diff)
- * [st-solarized-dark-20180411-041912a.diff](st-solarized-dark-20180411-041912a.diff)
+* [st-solarized-dark-0.5.diff](st-solarized-dark-0.5.diff)
+* [st-solarized-dark-0.6.diff](st-solarized-dark-0.6.diff)
+* [st-solarized-dark-0.7.diff](st-solarized-dark-0.7.diff)
+* [st-solarized-dark-20170623-b331da5.diff](st-solarized-dark-20170623-b331da5.diff)
+* [st-solarized-dark-20180411-041912a.diff](st-solarized-dark-20180411-041912a.diff)
 
 *Both (swap between light/dark with F6)*:
 
- * [st-solarized-both-0.8.1.diff](st-solarized-both-0.8.1.diff)
- * [st-solarized-both-20170626-b331da5.diff](st-solarized-both-20170626-b331da5.diff)
+* [st-solarized-both-0.8.1.diff](st-solarized-both-0.8.1.diff)
+* [st-solarized-both-20170626-b331da5.diff](st-solarized-both-20170626-b331da5.diff)
 
 
 Authors
 -------
- * Nils Reuße - <nilsreusse_AT_gmail.com>
- * Laslo Hunhold - <dev_AT_frign.de> (0.5, 0.6, git ports)
- * Ryan Roden-Corrent - <ryan_AT_rcorre.net> (both)
- * Marcel Krüger - <zauguin_AT_gmail.com> (older git ports)
- * Harry Gindi - <harry.gindi_AT_live.com> (git ports for light, dark, and swap versions)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
- * Linh Nguyen - <linhvng.2212_AT_gmail.com> (0.8.1 port for no_bold_colors and swap versions)
+* Nils Reuße - <nilsreusse_AT_gmail.com>
+* Laslo Hunhold - <dev_AT_frign.de> (0.5, 0.6, git ports)
+* Ryan Roden-Corrent - <ryan_AT_rcorre.net> (both)
+* Marcel Krüger - <zauguin_AT_gmail.com> (older git ports)
+* Harry Gindi - <harry.gindi_AT_live.com> (git ports for light, dark, and swap versions)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7 port)
+* Linh Nguyen - <linhvng.2212_AT_gmail.com> (0.8.1 port for no_bold_colors and swap versions)
diff --git a/st.suckless.org/patches/spoiler/index.md b/st.suckless.org/patches/spoiler/index.md
index 6a2c9f94..ef2c307f 100644
--- a/st.suckless.org/patches/spoiler/index.md
+++ b/st.suckless.org/patches/spoiler/index.md
_AT_@ -19,15 +19,15 @@ just like most normal unformatted text when selected.
 Download
 --------
 
- * [st-spoiler-0.6.diff](st-spoiler-0.6.diff)
- * [st-spoiler-0.7.diff](st-spoiler-0.7.diff)
- * [st-spoiler-20160727-308bfbf.diff](st-spoiler-20160727-308bfbf.diff)
- * [st-spoiler-20170802-e2ee5ee.diff](st-spoiler-20170802-e2ee5ee.diff)
- * [st-spoiler-20180309-c5ba9c0.diff](st-spoiler-20180309-c5ba9c0.diff)
+* [st-spoiler-0.6.diff](st-spoiler-0.6.diff)
+* [st-spoiler-0.7.diff](st-spoiler-0.7.diff)
+* [st-spoiler-20160727-308bfbf.diff](st-spoiler-20160727-308bfbf.diff)
+* [st-spoiler-20170802-e2ee5ee.diff](st-spoiler-20170802-e2ee5ee.diff)
+* [st-spoiler-20180309-c5ba9c0.diff](st-spoiler-20180309-c5ba9c0.diff)
 
 Author
 ------
 
- * dequis - <dx_AT_dxzone.com.ar>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
- * Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
+* dequis - <dx_AT_dxzone.com.ar>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Matthew Parnell - <matt_AT_parnmatt.co.uk> (0.7, git ports)
diff --git a/st.suckless.org/patches/vertcenter/index.md b/st.suckless.org/patches/vertcenter/index.md
index d46fbadd..6d5a4902 100644
--- a/st.suckless.org/patches/vertcenter/index.md
+++ b/st.suckless.org/patches/vertcenter/index.md
_AT_@ -15,12 +15,12 @@ After:
 
 ## Download
 
- * [st-vertcenter-0.7.diff](st-vertcenter-0.7.diff)
- * [st-vertcenter-20160819-023225e.diff](st-vertcenter-20160819-023225e.diff)
- * [st-vertcenter-20170601-5a10aca.diff](st-vertcenter-20170601-5a10aca.diff)
- * [st-vertcenter-20171207-0ac685f.diff](st-vertcenter-20171207-0ac685f.diff)
- * [st-vertcenter-20180320-6ac8c8a.diff](st-vertcenter-20180320-6ac8c8a.diff)
+* [st-vertcenter-0.7.diff](st-vertcenter-0.7.diff)
+* [st-vertcenter-20160819-023225e.diff](st-vertcenter-20160819-023225e.diff)
+* [st-vertcenter-20170601-5a10aca.diff](st-vertcenter-20170601-5a10aca.diff)
+* [st-vertcenter-20171207-0ac685f.diff](st-vertcenter-20171207-0ac685f.diff)
+* [st-vertcenter-20180320-6ac8c8a.diff](st-vertcenter-20180320-6ac8c8a.diff)
 
 ## Authors
 
- * Doug Whiteley - <dougwhiteley_AT_gmail.com>
+* Doug Whiteley - <dougwhiteley_AT_gmail.com>
diff --git a/st.suckless.org/patches/visualbell/index.md b/st.suckless.org/patches/visualbell/index.md
index a953e989..472a6e5e 100644
--- a/st.suckless.org/patches/visualbell/index.md
+++ b/st.suckless.org/patches/visualbell/index.md
_AT_@ -16,13 +16,13 @@ monitor.
 Download
 --------
 
- * [st-visualbell-20160727-308bfbf.diff](st-visualbell-20160727-308bfbf.diff)
- * [st-visualbell-20180101-1f24bde.diff](st-visualbell-20180101-1f24bde.diff)
- * [st-visualbell-0.8.1.diff](st-visualbell-0.8.1.diff)
+* [st-visualbell-20160727-308bfbf.diff](st-visualbell-20160727-308bfbf.diff)
+* [st-visualbell-20180101-1f24bde.diff](st-visualbell-20180101-1f24bde.diff)
+* [st-visualbell-0.8.1.diff](st-visualbell-0.8.1.diff)
 
 Authors
 -------
 
- * Matthias Schoth - <mschoth_AT_gmail.com>
- * Laslo Hunhold - <dev_AT_frign.de> (git port)
- * Alexis Ben Miloud--Josselin - <alexis.bmj_AT_protonmail.com> (update)
+* Matthias Schoth - <mschoth_AT_gmail.com>
+* Laslo Hunhold - <dev_AT_frign.de> (git port)
+* Alexis Ben Miloud--Josselin - <alexis.bmj_AT_protonmail.com> (update)
diff --git a/st.suckless.org/patches/xresources/index.md b/st.suckless.org/patches/xresources/index.md
index 3fa67d74..dbe6dead 100644
--- a/st.suckless.org/patches/xresources/index.md
+++ b/st.suckless.org/patches/xresources/index.md
_AT_@ -15,5 +15,5 @@ Download
 Authors
 -------
 
- * _AT_dcat on [Github](https://github.com/dcat/st-xresources)
- * Devin J. Pohly - <djpohly_AT_gmail.com> (git port)
+* _AT_dcat on [Github](https://github.com/dcat/st-xresources)
+* Devin J. Pohly - <djpohly_AT_gmail.com> (git port)
diff --git a/surf.suckless.org/files/easier_key/index.md b/surf.suckless.org/files/easier_key/index.md
index ac2c62e6..0d30bcd1 100644
--- a/surf.suckless.org/files/easier_key/index.md
+++ b/surf.suckless.org/files/easier_key/index.md
_AT_@ -23,10 +23,10 @@ the Ctrl key everytime :
 // ==/UserScript==
 
 /*
- * If you're a vim addict, and you always find yourself typing j or k in a web
- * page, then wondering why it just does not go up and down like any good
- * software, that user script is what you have been looking for.
- */
+* If you're a vim addict, and you always find yourself typing j or k in a web
+* page, then wondering why it just does not go up and down like any good
+* software, that user script is what you have been looking for.
+*/
 
 
 function up() {
diff --git a/tools.suckless.org/dmenu/patches/mouse-support/index.md b/tools.suckless.org/dmenu/patches/mouse-support/index.md
index 77441639..00ad2d45 100644
--- a/tools.suckless.org/dmenu/patches/mouse-support/index.md
+++ b/tools.suckless.org/dmenu/patches/mouse-support/index.md
_AT_@ -6,20 +6,20 @@ With this patch dmenu will have basic mouse support. The following features are
 Mouse actions supported:
 
 * Left-mouse click:
- * On prompt and input field: clear input text and selection.
- * In horizontal and vertical mode on item: select and output item (same as pressing enter).
- * In horizontal mode on arrows: change items to show left or right.
+ * On prompt and input field: clear input text and selection.
+ * In horizontal and vertical mode on item: select and output item (same as pressing enter).
+ * In horizontal mode on arrows: change items to show left or right.
 * Ctrl-left-mouse click: multisel modifier.
 * Right-mouse click: close.
 * Middle-mouse click:
- * Paste current selection.
- * While holding shift: paste primary selection.
+ * Paste current selection.
+ * While holding shift: paste primary selection.
 * Scroll up:
- * In horizontal mode: same as left-clicking on left arrow.
- * In vertical mode: show items above.
+ * In horizontal mode: same as left-clicking on left arrow.
+ * In vertical mode: show items above.
 * Scroll down:
- * In horizontal mode: same as left-clicking on right arrow.
- * In vertical mode: show items below.
+ * In horizontal mode: same as left-clicking on right arrow.
+ * In vertical mode: show items below.
 
 
 Download
diff --git a/tools.suckless.org/slock/patches/message/index.md b/tools.suckless.org/slock/patches/message/index.md
index 4a4f3658..2afebc66 100644
--- a/tools.suckless.org/slock/patches/message/index.md
+++ b/tools.suckless.org/slock/patches/message/index.md
_AT_@ -19,9 +19,9 @@ Notes
 
 This adds three items to `config.h`:
 
- * `message` - the default message
- * `text_color` - which can be a hex color or a colorname (like "black")
- * `text-size` - which must be some valid X11 dimension like "6x10"
+* `message` - the default message
+* `text_color` - which can be a hex color or a colorname (like "black")
+* `text-size` - which must be some valid X11 dimension like "6x10"
 
 
 *A list of font sizes might be in* `/usr/share/fonts/X11/misc/`
_AT_@ -30,9 +30,9 @@ This adds three items to `config.h`:
 Download
 --------
 
- * [slock-message-20180626-8384a86.diff](slock-message-20180626-8384a86.diff)
+* [slock-message-20180626-8384a86.diff](slock-message-20180626-8384a86.diff)
 
 Authors
 -------
 
- * Blair Drummond - blair.robert.drummond_AT_gmail.com
+* Blair Drummond - blair.robert.drummond_AT_gmail.com
diff --git a/tools.suckless.org/slock/patches/quickcancel/index.md b/tools.suckless.org/slock/patches/quickcancel/index.md
index 56623b8f..35b9870a 100644
--- a/tools.suckless.org/slock/patches/quickcancel/index.md
+++ b/tools.suckless.org/slock/patches/quickcancel/index.md
_AT_@ -19,10 +19,10 @@ in `config.h` via the `timetocancel` option.
 Download
 --------
 
- * [slock-quickcancel-20160619-65b8d52.diff](slock-quickcancel-20160619-65b8d52.diff)
+* [slock-quickcancel-20160619-65b8d52.diff](slock-quickcancel-20160619-65b8d52.diff)
 
 Authors
 -------
 
- * Matthias Schoth - mschoth_AT_gmail.com
+* Matthias Schoth - mschoth_AT_gmail.com
 
diff --git a/tools.suckless.org/slock/patches/terminalkeys/index.md b/tools.suckless.org/slock/patches/terminalkeys/index.md
index 30d56a2b..03c22232 100644
--- a/tools.suckless.org/slock/patches/terminalkeys/index.md
+++ b/tools.suckless.org/slock/patches/terminalkeys/index.md
_AT_@ -20,10 +20,10 @@ Mappings:
 Download
 --------
 
- * [slock-terminalkeys-20160618-65b8d52.diff](slock-terminalkeys-20160618-65b8d52.diff)
+* [slock-terminalkeys-20160618-65b8d52.diff](slock-terminalkeys-20160618-65b8d52.diff)
 
 Authors
 -------
 
- * Matthias Schoth - mschoth_AT_gmail.com
+* Matthias Schoth - mschoth_AT_gmail.com
 
Received on Sat Sep 08 2018 - 18:41:52 CEST

This archive was generated by hypermail 2.3.0 : Sat Sep 08 2018 - 18:48:28 CEST