From 6f9f3d1e7616ac528c30199a1edc2a2ce5b1e0e3 Mon Sep 17 00:00:00 2001 From: Zrubi Date: Sat, 10 Sep 2016 09:48:30 +0200 Subject: [PATCH] correcting some formatting glitches --- customization/kde.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/customization/kde.md b/customization/kde.md index c2553f2a..486409ce 100644 --- a/customization/kde.md +++ b/customization/kde.md @@ -18,20 +18,27 @@ still possible to install KDE by issuing this command in dom0: $ sudo qubes-dom0-update @kde-desktop-qubes You can also change your default login manager (lightdm) to the new KDE default: sddm - * first you need to edit the `/etc/sddm.conf` to make sure if the custom X parameter is set according to Qubes needs: -~~~ + + * first you need to edit the `/etc/sddm.conf` to make sure if the custom X parameter is set according to Qubes needs: + + ~~~ [XDisplay] ServerArguments=-nolisten tcp -background none -~~~ - * disable the lightdm service: -~~~ + ~~~ + + * disable the lightdm service: + + ~~~ $ sudo systemctl disable lightdm -~~~ - * enable the sddm service: -~~~ + ~~~ + + * enable the sddm service: + + ~~~ $ sudo systemctl enable sddm -~~~ - * reboot + ~~~ + + * reboot Window Management -----------------