From b4b71b18ee321b7fe57a648dce84074ddc8a543d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 12 Mar 2022 02:30:11 +1300 Subject: Correct capitalisation for LibreWolf --- X/xinitrc.d/browser.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'X') diff --git a/X/xinitrc.d/browser.sh b/X/xinitrc.d/browser.sh index b6e1d57e..b88724bf 100644 --- a/X/xinitrc.d/browser.sh +++ b/X/xinitrc.d/browser.sh @@ -1,6 +1,6 @@ # Choose a GUI browser with some rough heuristics -# If Librewolf is available, start by assuming that +# If LibreWolf is available, start by assuming that if command -v librewolf >/dev/null 2>&1 ; then BROWSER=librewolf fi @@ -11,7 +11,7 @@ if ( exec >/dev/null 2>&1 # Don't switch if it's not there command -v dillo || exit - # Switch if Librewolf isn't there + # 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 -- cgit v1.2.3