Moved to librewolf.
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
awesome-client 'show_dim()' >/dev/null 2>&1
|
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"
|
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,
|
# Open in a new tab of the existing Chromium window if one's running,
|
||||||
# otherwise this also launches Chromium fresh with that tab.
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user