diff options
author | zachir <zachir@librem.one> | 2025-09-07 18:46:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-09-07 18:46:58 -0500 |
commit | 36b65149d0a89fe29b0b8992a877ddd9705e5879 (patch) | |
tree | 7a7525362ef3b97945c21601e374a99f877f1503 | |
parent | 32ad5f29995b985cd7e72cef21308f87cd4098f9 (diff) |
-rwxr-xr-x | lwc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ CHOSEN=$(printf "%s" "$PROFILES" | dmenu -l 15 -p librewolf ${ARG:+"$ARG"}) if echo "$CHOSEN" | grep -qE ' F$'; then exec flatpak run io.gitlab.librewolf-community -P "$(echo "$CHOSEN" | sed 's/ F$//')" "$URL" else - exec librewolf -P "$CHOSEN" "$URL" + exec librewolf -P "$CHOSEN" ${URL:+"$URL"} fi #}}} |