sites

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

commit c1d9da4af5c0b2648c69bcd90182a11c77f435df
parent 03b938e17b367e51bfef88e485921327456b2bc4
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  5 Jan 2019 19:23:40 +0100

some whitespace and formatting fixes

Diffstat:
Mdwm.suckless.org/patches/scheme_switch/index.md | 6+-----
Mev.suckless.org/index.md | 2+-
Msurf.suckless.org/files/simple_bookmarking/index.md | 13++++++-------
Msurf.suckless.org/patches/aria2/index.md | 4++--
4 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/dwm.suckless.org/patches/scheme_switch/index.md b/dwm.suckless.org/patches/scheme_switch/index.md @@ -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. @@ -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@posteo.de> +* Aaron Strahlberger - <aaron.strahlberger@posteo.de> diff --git a/ev.suckless.org/index.md b/ev.suckless.org/index.md @@ -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 @@ -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) @@ -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", \ @@ -50,7 +50,6 @@ and in the "static Key keys[] = {" part. - Author ------ - Julien Steinhauser <[julien.steinhauser@orange.fr](mailto:julien.steinhauser@orange.fr)> diff --git a/surf.suckless.org/patches/aria2/index.md b/surf.suckless.org/patches/aria2/index.md @@ -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) { \