commit c784ad8f4156c1b14ac5f9a1394d277b64853b43 parent 50ad6a15013659d13dd7647539c14b6051457569 Author: Andrew Antle <andrew.antle@gmail.com> Date: Wed, 28 Oct 2009 22:20:39 -0400 Removed 'little', attempting to standardize 'uri' to 'URI', changed 'that uses' to 'using'. Diffstat:
| M | surf.suckless.org/patches/history.md | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/surf.suckless.org/patches/history.md b/surf.suckless.org/patches/history.md @@ -4,10 +4,11 @@ HISTORY Description ----------- -This little patch writes the loaded uri to a file. +This patch writes the loaded URI to a file. -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 +wart_ also provides a shell script using 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 --------