commit 2dec23a971e4f7544e0ce208f6aa449041bd6655
parent 3ebfceffb46c87636de6e89d900b547a826eee6f
Author: Andrew Antle <andrew dot antle at gmail dot com>
Date: Sat, 9 Jan 2010 15:15:44 -0500
Cleanup
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/surf.suckless.org/files/simple_bookmarking_redux.md b/surf.suckless.org/files/simple_bookmarking_redux.md
@@ -1,7 +1,6 @@
-Simple Bookmarking, Redux
+SIMPLE BOOKMARKING, REDUX
=========================
-
Description
-----------
@@ -23,7 +22,6 @@ Then, inside `keys[]`, add:
{ MODKEY, GDK_b, spawn, BM_PICK },
{ MODKEY|GDK_SHIFT_MASK,GDK_b, spawn, BM_ADD },
-
### Modkeys
**CTRL-b**
@@ -34,7 +32,6 @@ Executes dmenu(1) displaying the list of bookmarks.
Adds the current page to the list of bookmarks, while removing duplicate entries.
-
Author
------