aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-21 09:17:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-21 09:17:14 +1300
commit20f35b23ae194b6d56d13cf90b4d01f30af2dc12 (patch)
treee12a7e48a46fc7d1b155a8962419bc49cfa5a462 /X
parentComplete man pages only for exact section match (diff)
downloaddotfiles-20f35b23ae194b6d56d13cf90b4d01f30af2dc12.tar.gz
dotfiles-20f35b23ae194b6d56d13cf90b4d01f30af2dc12.zip
More intelligent browser handling
Also remove remaining palemoon refs
Diffstat (limited to 'X')
-rw-r--r--X/xbindkeysrc2
-rw-r--r--X/xinitrc4
2 files changed, 5 insertions, 1 deletions
diff --git a/X/xbindkeysrc b/X/xbindkeysrc
index a8757531..5e5a99ba 100644
--- a/X/xbindkeysrc
+++ b/X/xbindkeysrc
@@ -1,7 +1,7 @@
"exec urxvtcd"
Mod4 + Return
-"exec palemoon"
+"exec firefox"
Mod4 + b
"exec dmenu_run -fn 'terminus-iso8860-1-12' -nb '#111111' -nf '#eeeeee' -sb '#285577' -sf '#ffffff'"
diff --git a/X/xinitrc b/X/xinitrc
index fa4dc14b..9fb8cd12 100644
--- a/X/xinitrc
+++ b/X/xinitrc
@@ -1,3 +1,7 @@
+# Browser within X is firefox
+BROWSER=firefox
+export BROWSER
+
# Read X resources
xrdb "${XRESOURCES:-$HOME/.Xresources}"