aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/browser.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 14:21:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 14:21:52 +1300
commitd235ffc6b1192662b86005cb6ce45866ffb12ac2 (patch)
tree482ab690e4868e40cb44f3ebdf5281f8141ae0e1 /X/xinitrc.d/browser.sh
parentAdd an issue about fc (diff)
downloaddotfiles-d235ffc6b1192662b86005cb6ce45866ffb12ac2.tar.gz
dotfiles-d235ffc6b1192662b86005cb6ce45866ffb12ac2.zip
Use .d directory for .xinitrc subscripts
Diffstat (limited to 'X/xinitrc.d/browser.sh')
-rw-r--r--X/xinitrc.d/browser.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/X/xinitrc.d/browser.sh b/X/xinitrc.d/browser.sh
new file mode 100644
index 00000000..84e8a7f2
--- /dev/null
+++ b/X/xinitrc.d/browser.sh
@@ -0,0 +1,3 @@
+# Browser within X is Firefox
+BROWSER=firefox
+export BROWSER