commit d253b2fd5d991d0f338c7abafff64d9fe7904d2a parent 4145e33e44e56c3919fa688a9bdb51d3b1e20c37 Author: Jason Thigpen (cdarwin) <darwin@senet.us> Date: Mon, 19 Oct 2009 19:36:40 -0400 minor updates to surf history patch page Diffstat:
| M | surf.suckless.org/patches/history.md | | | 5 | ++++- |
| R | surf.suckless.org/patches/history-0.1.diff -> surf.suckless.org/patches/surf-0.2-history.diff | | | 0 |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/surf.suckless.org/patches/history.md b/surf.suckless.org/patches/history.md @@ -6,10 +6,13 @@ Description This little patch writes the the loaded uri to a file. +wart_ also privides a little shell script that uses dmenu to display and select an 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 -------- -* [history-0.1.diff](history-0.1.diff) (891) (20091019) +* [surf-0.2-history.diff](surf-0.2-history.diff) (891) (20091019) Authors ------- diff --git a/surf.suckless.org/patches/history-0.1.diff b/surf.suckless.org/patches/surf-0.2-history.diff