Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-01-22 17:01:34 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-01-22 17:01:34 +0530
commitf83129728ae1ce07075f975a1c3b60233bfef5a6 (patch)
treeea78f80ba054f314f2466a27dae495a86d434fa7
parenteb3526523421d420fac8191cacb9f5eda1056e52 (diff)
fixed spaces in kde-wayland.py
-rw-r--r--profiles/kde-wayland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/kde-wayland.py b/profiles/kde-wayland.py
index 9b6be2a1..66d31504 100644
--- a/profiles/kde-wayland.py
+++ b/profiles/kde-wayland.py
@@ -29,6 +29,6 @@ if __name__ == 'kde':
# Install the application kde from the template under /applications/
kde = archinstall.Application(installation, 'kde-wayland')
kde.install()
- print("when you login, select Plasma (Wayland) for the wayland session")
+ print("when you login, select Plasma (Wayland) for the wayland session")
# Enable autostart of KDE for all users
installation.enable_service('sddm')