aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--X/xbindkeysrc2
-rw-r--r--X/xinitrc4
-rw-r--r--dunst/dunstrc1
-rw-r--r--sh/profile.d/browser.sh6
4 files changed, 6 insertions, 7 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}"
diff --git a/dunst/dunstrc b/dunst/dunstrc
index 31f255a3..def86e04 100644
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -2,7 +2,6 @@
alignment = left
allow_markup = no
bounce_freq = 0
- browser = palemoon
dmenu = dmenu -p dunst:
follow = mouse
font = Verdana 11 Bold
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index c318b133..19d3d94c 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,8 +1,4 @@
# Browser
-if [ -n "$DISPLAY" ] ; then
- BROWSER=palemoon
-else
- BROWSER=lynx
-fi
+BROWSER=lynx
export BROWSER