From c9755effd9382012ee8fd6c51e6a99376f9ed1ed Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 3 May 2026 11:16:51 -0400 Subject: fix rdp and bookmarks scripts. --- scripts/bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bookmarks') diff --git a/scripts/bookmarks b/scripts/bookmarks index 0f44727..bdff6bf 100755 --- a/scripts/bookmarks +++ b/scripts/bookmarks @@ -1,4 +1,4 @@ #!/bin/sh url=$(cat $MENULAUNCHER_DIR/bookmarks | fuzzel --dmenu -p "Bookmark: " | sed 's/^.*: //g') -[[ ! -z "$url" ]] && $BROWSER --new-tab $url & +[ ! -z "$url" ] && $BROWSER --new-tab $url -- cgit v1.2.3