From acf99a768abcbd6afc162d3456b3c13e2fdc5ff5 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 21:02:01 +0200 Subject: [PATCH] Fix check for sway --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 8bd1997a..8b2412e1 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -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