aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/browser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/browser.sh')
-rw-r--r--X/xinitrc.d/browser.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/X/xinitrc.d/browser.sh b/X/xinitrc.d/browser.sh
index 84e8a7f2..cdb9b8c0 100644
--- a/X/xinitrc.d/browser.sh
+++ b/X/xinitrc.d/browser.sh
@@ -1,3 +1,4 @@
# Browser within X is Firefox
+command -v firefox >/dev/null 2>&1 || return
BROWSER=firefox
export BROWSER