diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 8b2412e1..d991610d 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -394,7 +394,7 @@ sudo systemctl enable lightdm if [[ $(pacman -Q | grep sway) ]]; then sudo systemctl enable --now seatd.service - sudo groupadd -f seat + sudo gpasswd -a "$USER" seat 1>/dev/null fi # update fonts cache