aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:22:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:22:52 -0300
commitc87b7e4aa0b61e6d4159ae5cca2a2ab03cbdab97 (patch)
tree7a1ed92e8b1d3a9b54a680ccc1434dcc4968665a /share
parentc02dacf9428c2900d9a416b32b96d11b181ca75b (diff)
downloadkvmx-c87b7e4aa0b61e6d4159ae5cca2a2ab03cbdab97.tar.gz
kvmx-c87b7e4aa0b61e6d4159ae5cca2a2ab03cbdab97.tar.bz2
Provision: set default x-window-manager at desktop-basic profile
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/desktop-basic1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic
index c4ebd3c..2eb0c44 100755
--- a/share/provision/desktop-basic
+++ b/share/provision/desktop-basic
@@ -54,6 +54,7 @@ $APT_INSTALL xpra lightdm firefox-esr chromium
# System-wide configuration
sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf
sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard /etc/default/keyboard
+sudo update-alternatives --set x-window-manager /usr/bin/ratpoison
# Load qlx module during initramfs phase otherwise the X server might start
# before this module gets loaded, resulting in weird spice errors.