index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 17:31:14 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-15 17:31:14 -0400 |
commit | 81423330aafa3bb050ccb507f404658b4a903c50 (patch) | |
tree | 9868a19ecb0ab348c883a69e3de02048e3cfa852 /profiles/lxqt.py | |
parent | 3ee38afce1d8f3680245293f8f97353054afd52a (diff) | |
parent | c036856a3e774d79971a9ff20327d4a973232bfc (diff) |
-rw-r--r-- | profiles/lxqt.py | 6 |
diff --git a/profiles/lxqt.py b/profiles/lxqt.py index a241353a..3ee9849d 100644 --- a/profiles/lxqt.py +++ b/profiles/lxqt.py @@ -12,7 +12,8 @@ __packages__ = [ "ttf-freefont", "leafpad", "slock", - "sddm", + "lightdm", + "lightdm-gtk-greeter", ] @@ -43,4 +44,5 @@ if __name__ == 'lxqt': # Install the LXQt packages archinstall.storage['installation_session'].add_additional_packages(__packages__) - archinstall.storage['installation_session'].enable_service('sddm') # SDDM Display Manager + # Enable autostart of LXQt for all users + archinstall.storage['installation_session'].enable_service('lightdm') |