summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bookmarks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bookmarks b/scripts/bookmarks
index cb0c192..718c381 100755
--- a/scripts/bookmarks
+++ b/scripts/bookmarks
@@ -4,4 +4,4 @@ readarray -t bookmarks < $MENULAUNCHER_DIR/bookmarks
url=$(printf '%s\n' "${bookmarks[@]}" | dmenu -p "Bookmark: " -i -l 16 | sed 's/^.*: //g')
-[[ ! -z "$url" ]] && firefox --new-tab $url
+[[ ! -z "$url" ]] && $BROWSER --new-tab $url &