summaryrefslogtreecommitdiff
path: root/st-urlhandler
diff options
context:
space:
mode:
Diffstat (limited to 'st-urlhandler')
-rwxr-xr-xst-urlhandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/st-urlhandler b/st-urlhandler
index a68c46c..5833883 100755
--- a/st-urlhandler
+++ b/st-urlhandler
@@ -10,6 +10,6 @@ urls="$(sed 's/.*│//g' | tr -d '\n' |
[ -z "$urls" ] && exit
-chosen="$(echo "$urls" | dmenu -w "$(xdotool getactivewindow)" -i -p 'Follow which url?' -l 10)"
+chosen="$(echo "$urls" | dmenu -i -p 'Follow which url?' -l 10)"
setsid xdg-open "$chosen" >/dev/null 2>&1 &