From 6603a347feebef05c49503d590893cf53d5d7eaf Mon Sep 17 00:00:00 2001 From: Zrubi Date: Sat, 10 Sep 2016 10:22:35 +0200 Subject: [PATCH] correcting some formatting glitches --- customization/kde.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/customization/kde.md b/customization/kde.md index 486409ce..ad651512 100644 --- a/customization/kde.md +++ b/customization/kde.md @@ -21,22 +21,22 @@ You can also change your default login manager (lightdm) to the new KDE default: * 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 - ~~~ +~~~ + [XDisplay] + ServerArguments=-nolisten tcp -background none +~~~ * disable the lightdm service: - ~~~ - $ sudo systemctl disable lightdm - ~~~ +~~~ + $ sudo systemctl disable lightdm +~~~ * enable the sddm service: - ~~~ +~~~ $ sudo systemctl enable sddm - ~~~ +~~~ * reboot