From 5d90de0004b364ba5f5b706a568425fc88e4610e Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 20:54:39 +0200 Subject: [PATCH] Install, enable and add user to seatd --- arch-setup/install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index b62420e4..8bd1997a 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -50,7 +50,7 @@ for choice in $choices; do echo "i3-gaps" >> "$setupdir/selectedpkgs.txt" ;; 101) - printf '%s\n' 'sway' 'swaylock' 'swayidle' >> "$setupdir/selectedpkgs.txt" + printf '%s\n' 'sway' 'swaylock' 'swayidle' 'seatd' >> "$setupdir/selectedpkgs.txt" esac done @@ -392,6 +392,11 @@ sudo systemctl enable lightdm # Fixes rofi not launching #sudo locale-gen +if [[ $(pacman -Q | grep podman) ]]; then + sudo systemctl enable --now seatd.service + sudo groupadd -f seat +fi + # update fonts cache fc-cache -f