Install, enable and add user to seatd
This commit is contained in:
parent
67c46d136b
commit
b85e60ce80
@ -41,7 +41,7 @@ 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
|
||||
|
||||
@ -413,6 +413,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user