diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 768c2cd8..532f0b82 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -415,7 +415,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