Moved to librewolf.

This commit is contained in:
2026-07-08 14:11:56 +02:00
parent 8c06125493
commit 075c4cc24d
+2 -2
View File
@@ -3,7 +3,6 @@
set -euo pipefail
awesome-client 'show_dim()' >/dev/null 2>&1
trap 'awesome-client "hide_dim()" >/dev/null 2>&1' EXIT
BOOKMARKS_FILE="$HOME/.config/chromium/Default/Bookmarks"
@@ -44,4 +43,5 @@ url=$(echo "$list" | awk -F'\t' -v title="$chosen" '$1 == title { print $2; exit
# Open in a new tab of the existing Chromium window if one's running,
# otherwise this also launches Chromium fresh with that tab.
chromium --new-tab "$url"
librewolf --new-tab "$url"
trap 'awesome-client "hide_dim()" >/dev/null 2>&1' EXIT