From 31cfb8dd1cfe0c73cca6c7ea55ff5c1b66bf75ed Mon Sep 17 00:00:00 2001 From: sudacode Date: Mon, 1 Dec 2025 18:09:32 -0800 Subject: [PATCH] fux docs script --- .config/rofi/scripts/rofi-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/scripts/rofi-docs.sh b/.config/rofi/scripts/rofi-docs.sh index 065ee3b..b307bd7 100755 --- a/.config/rofi/scripts/rofi-docs.sh +++ b/.config/rofi/scripts/rofi-docs.sh @@ -53,7 +53,7 @@ get_docs_list() { } main() { - urls=("$(get_docs_list)") + mapfile -t urls < <(get_docs_list) url="$(get_url "${urls[@]}")" if [ -z "$url" ]; then printf "No URL selected.\n"