Fix check for sway

This commit is contained in:
RealStickman 2022-06-05 21:02:01 +02:00 committed by exu
parent 5d90de0004
commit acf99a768a

View File

@ -392,7 +392,7 @@ sudo systemctl enable lightdm
# Fixes rofi not launching
#sudo locale-gen
if [[ $(pacman -Q | grep podman) ]]; then
if [[ $(pacman -Q | grep sway) ]]; then
sudo systemctl enable --now seatd.service
sudo groupadd -f seat
fi