commit 358981614f30241d0314794f164a6c70c3dbb10d
parent 80f032fcaaec93f7bea614306adc324043a34e5d
Author: x@eol.org <unknown>
Date: Tue, 8 Dec 2009 16:23:39 +0100
Changed URL to URI in simple bookmarking script
sorry I forgot to make this change at the right moment.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/surf.suckless.org/files/simple_bookmarking.md b/surf.suckless.org/files/simple_bookmarking.md
@@ -10,7 +10,7 @@ bookmarkurl :
#!/bin/sh
file=~/.surf/bookmarks
- url=`xprop -id $1 | grep URL | awk '{print $3}' | sed 's/\"//g'`
+ url=`xprop -id $1 | grep URI | awk '{print $3}' | sed 's/\"//g'`
title=`xprop -id $1 | grep WM_ICON_NAME\(STRING\) | cut -c 24-`
echo $url $title | dmenu -nl >> $file