summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/08-appdefaults
blob: 6a53ff2bbbd65a0af83eb4f68b22d0955a1cc322 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Some application defaults
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-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