commit 389dd8c8c68bcc6672f34708bcbae6e1fd1b2fdb
parent abeaf4613650b042ce0793bbf93f5960524ac46a
Author: Andrew Antle <andrew@antlechrist.org>
Date: Sat, 18 Sep 2010 11:18:13 -0400
Removed my bmarks_sprop script. _Way_ out of date, and I have no
interest in maintaining it.
Diffstat:
1 file changed, 0 insertions(+), 36 deletions(-)
diff --git a/surf.suckless.org/files/bmarks_sprop.md b/surf.suckless.org/files/bmarks_sprop.md
@@ -1,36 +0,0 @@
-BMARKS SPROP
-============
-
-Description
------------
-Peter, pancake, and nibble's [bmarks](bmarks) script, clobbered to work with
-[sprop](http://tools.suckless.org/sprop).
-
-Installation
-------------
-Replace the default setprop with this one:
-
- #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", "spurf.sh $0 $1", \
- winid, p, NULL } }
-
-Modify `keys[]`:
-
- { MODKEY, GDK_b, spawn, SETPROP("_SURF_BMARK") },
- { MODKEY|GDK_SHIFT_MASK, GDK_g, spawn, SETPROP("_SURF_URI_RAW") },
- { MODKEY, GDK_g, spawn, SETPROP("_SURF_URI") },
- { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND") },
-
-
-Development
------------
-Browse the [repository](http://github.com/antlechrist/bmarks_sprop) or
-get a copy using [Git](http://git-scm.com/) with the
-following command:
-
- git clone http://github.com/antlechrist/bmarks_sprop.git
-
-Clobberer
----------
-Andrew Antle
-
- <andrew at antlechrist dot org>