commit d3d8dd9d55f88f0e8390f787c8fa040f94b39804
parent b7c1ef73771879fb007081886dfe4c453ac04924
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Tue, 27 Oct 2009 14:37:09 +0000
up
Diffstat:
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -3,6 +3,10 @@ software with a focus on simplicity, clarity, and frugality.
Read more about our [philosophy](/common/) and join us on the [mailing list](common/community).
+2009/10/27
+----------
+First [tabbed](http://tools.suckless.org/tabbed) release: [tabbed-0.1](http://dl.suckless.org/tools/tabbed-0.1.tar.gz)
+
2009/10/22
---------
[wmii 3.9b1](http://wmii.suckless.org/) released: [download](http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz)
diff --git a/surf.suckless.org/patches/history.md b/surf.suckless.org/patches/history.md
@@ -4,9 +4,9 @@ HISTORY
Description
-----------
-This little patch writes the the loaded uri to a file.
+This little patch writes the loaded uri to a file.
-wart_ also privides a little shell script that uses dmenu to display and select an uri
+wart_ also provides a little shell script that uses dmenu to display and select a uri:
cat ~/.surf/history | sort -r | uniq | dmenu -l 10 -b -i | xprop -id `cat ~/.surf/id` -f _SURF_URI 8s -set _SURF_URI
Download
diff --git a/tools.suckless.org/tabbed.md b/tools.suckless.org/tabbed.md
@@ -0,0 +1,12 @@
+TABBED
+======
+Simple generic tabbed fronted to xembed aware applications, originally designed
+for [surf](http://surf.suckless.org) but also usable with many other
+application, i.e. [uzbl](http://uzbl.org),
+[urxvt](http://software.schmorp.de/pkg/rxvt-unicode) and
+[xterm](http://invisible-island.net/xterm/)
+
+Download
+--------
+* [tabbed-0.1](http://dl.suckless.org/tools/tabbed-0.1.tar.gz) (20091027)
+