From 7825eed62f8bbd2f54fff213626a235807569f5e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Dec 2018 15:06:52 -0500 Subject: [PATCH] archlinux: Enable the lxdm service Note that we enable lxdm before revoking privileges. The user can start lxdm manually after this script is finished, but ideally the system should first be rebooted to ensure that any kernel updates are applied properly. --- .archlinux/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index 890af1d..a462c05 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -35,6 +35,9 @@ yay -S shantz-xwinwrap-bzr make fontconfig make yarnconfig +# Enable the lightweight X11 display manager +systemctl enable --now lxdm.service + # Revoke privileges sudo -K