commit c1d9da4af5c0b2648c69bcd90182a11c77f435df
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Jan 5 19:23:40 2019 +0100
some whitespace and formatting fixes
diff --git a/dwm.suckless.org/patches/scheme_switch/index.md b/dwm.suckless.org/patches/scheme_switch/index.md
index 01bbd3f9..e0db2267 100644
--- a/dwm.suckless.org/patches/scheme_switch/index.md
+++ b/dwm.suckless.org/patches/scheme_switch/index.md
_AT_@ -3,7 +3,6 @@ schemeSwitch
Description
-----------
-
[Solarized](
http://ethanschoonover.com/solarized) is a color scheme by Ethan
Schoonover which exists in a dark and a light variant.
_AT_@ -19,13 +18,10 @@ shemeToggle() will do nothing, but one can cycle to the dark scheme (or the ligh
and then toggle between light and dark. If there where colors defined after the original
scheme, then schemeToggle() would toggle between original and the consecutive.
-
Download
--------
* [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/ev.suckless.org/index.md b/ev.suckless.org/index.md
index 6e965c3f..71c96e27 100644
--- a/ev.suckless.org/index.md
+++ b/ev.suckless.org/index.md
_AT_@ -9,7 +9,7 @@ legal entity. Please refer to the [statutes](/satzung) (German only) for further
suckless.org e.V. organizes a yearly membership meeting, which will regularly
take place during the suckless conference or hackathon.
-Board
+Board
-----
The board of suckless.org e.V. was elected at the general assembly meeting on
Sep 1 2017 in Würzburg, Germany. It consists of:
diff --git a/surf.suckless.org/files/simple_bookmarking/index.md b/surf.suckless.org/files/simple_bookmarking/index.md
index f0c058dc..5c148503 100644
--- a/surf.suckless.org/files/simple_bookmarking/index.md
+++ b/surf.suckless.org/files/simple_bookmarking/index.md
_AT_@ -6,19 +6,19 @@ Description
change this script to fit your needs.
-bookmarkurl :
+bookmarkurl:
#!/bin/sh
file=~/.surf/bookmarks
url=`xprop -id $1 | grep URI | awk '{print $3}' | sed 's/\"//g'`
title=`xprop -id $1 | grep WM_ICON_NAME\(STRING\) | cut -c 40- | sed 's/.$//g`
echo $url $title | dmenu -p 'Add Bookmark' -b -w $1 >> $file
-
+
to add tags, when dmenu displays, simply tab, space and write your tag.
-
-loadbookmark :
+loadbookmark:
+
(needs a vertical patch on dmenu for convenience, choose the one you like,
Meillo's is the lightweight, Fresch's is the full featured)
_AT_@ -28,8 +28,8 @@ Meillo's is the lightweight, Fresch's is the full featured)
To make dmenu display bookmark with a tag only, add a grep part in the
first line and launch this script with the tag as argument.
-bookmarkurl and loadbookmark can be launched with the following in config.h above the
-"static Key keys[] = {" line :
+bookmarkurl and loadbookmark can be launched with the following in config.h above the
+"static Key keys[] = {" line:
#define ADDBMK { \
.v = (char *[]){ "/bin/sh", "-c", \
_AT_@ -50,7 +50,6 @@ and
in the "static Key keys[] = {" part.
-
Author
------
- Julien Steinhauser <[julien.steinhauser_AT_orange.fr](mailto:julien.steinhauser_AT_orange.fr)>
diff --git a/surf.suckless.org/patches/aria2/index.md b/surf.suckless.org/patches/aria2/index.md
index 22dedf92..618c354b 100644
--- a/surf.suckless.org/patches/aria2/index.md
+++ b/surf.suckless.org/patches/aria2/index.md
_AT_@ -1,7 +1,7 @@
-# aria2c
+# aria2c
To use aria2 instead of curl as default download manager, just replace
-the DOWNLOAD function like this in config.h:
+the DOWNLOAD function like this in config.h:
/* DOWNLOAD(URI, referer) */
#define DOWNLOAD(d, r) { \
Received on Sat Jan 05 2019 - 19:23:50 CET