summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/chroot_local-hooks/08-appdefaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults
index 4e54e83..e30e1b3 100755
--- a/config/chroot_local-hooks/08-appdefaults
+++ b/config/chroot_local-hooks/08-appdefaults
@@ -4,10 +4,16 @@ update-alternatives --set pager /usr/bin/most || true
update-alternatives --set x-window-manager /usr/bin/openbox || true
update-alternatives --set x-window-manager /usr/bin/kwin || true
update-alternatives --set x-www-browser /usr/bin/iceweasel || true
+update-alternatives --set x-www-browser /usr/bin/midori || true
update-alternatives --set x-www-browser /usr/bin/firefox-esr || true
update-alternatives --set x-www-browser /usr/bin/firefox || true
+update-alternatives --set gnome-www-browser /usr/bin/iceweasel || true
+update-alternatives --set gnome-www-browser /usr/bin/midori || true
+update-alternatives --set gnome-www-browser /usr/bin/firefox-esr || true
+update-alternatives --set gnome-www-browser /usr/bin/firefox || true
update-alternatives --set x-session-manager /usr/bin/startlxde || true
update-alternatives --set x-session-manager /usr/bin/startkde || true
update-alternatives --set editor /usr/bin/vim.basic || true
update-alternatives --set editor /usr/bin/mcedit || true
update-alternatives --set x-cursor-theme /etc/X11/cursors/oxy-black.theme || true
+update-alternatives --set x-terminal-emulator /usr/bin/lxterminal || true