aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-03-12 00:16:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2022-03-12 00:16:25 +1300
commitb8e480544aff2b38c0320612e579251703255a31 (patch)
tree5a7b37699373de633d262944eb8d1c1be387fbdf
parentSwitch from youtube-dl to yt-dlp (diff)
downloaddotfiles-b8e4805.tar.gz
dotfiles-b8e4805.zip
Switch to Librewolf
-rw-r--r--X/xinitrc.d/browser.sh10
-rw-r--r--man/man1/bp.1df2
-rw-r--r--man/man1/br.1df2
3 files changed, 7 insertions, 7 deletions
diff --git a/X/xinitrc.d/browser.sh b/X/xinitrc.d/browser.sh
index 0153fba9..b6e1d57e 100644
--- a/X/xinitrc.d/browser.sh
+++ b/X/xinitrc.d/browser.sh
@@ -1,8 +1,8 @@
# Choose a GUI browser with some rough heuristics
-# If Firefox is available, start by assuming that
-if command -v firefox >/dev/null 2>&1 ; then
- BROWSER=firefox
+# If Librewolf is available, start by assuming that
+if command -v librewolf >/dev/null 2>&1 ; then
+ BROWSER=librewolf
fi
# Consider a switch to Dillo...
@@ -11,8 +11,8 @@ if (
exec >/dev/null 2>&1
# Don't switch if it's not there
command -v dillo || exit
- # Switch if Firefox isn't there
- command -v firefox || exit 0
+ # Switch if Librewolf isn't there
+ command -v librewolf || exit 0
# Switch if procfs says we have less than 2GB of RAM
awk '$1=="MemTotal:"&&$2<2^20{m++}END{exit!m}' < /proc/meminfo
) ; then
diff --git a/man/man1/bp.1df b/man/man1/bp.1df
index 93f08f74..835ffaf6 100644
--- a/man/man1/bp.1df
+++ b/man/man1/bp.1df
@@ -5,7 +5,7 @@
.SH SYNOPSIS
.B bp
.br
-BROWSER=firefox
+BROWSER=librewolf
.B bp
.SH DESCRIPTION
.B bp
diff --git a/man/man1/br.1df b/man/man1/br.1df
index a84a55d3..1690af5c 100644
--- a/man/man1/br.1df
+++ b/man/man1/br.1df
@@ -8,7 +8,7 @@
.B br
http://www.example.com/
.br
-BROWSER=firefox
+BROWSER=librewolf
.B br
.SH DESCRIPTION
.B br