Install, enable and add user to seatd
This commit is contained in:
parent
fad6c4cb46
commit
5d90de0004
@ -50,7 +50,7 @@ for choice in $choices; do
|
|||||||
echo "i3-gaps" >> "$setupdir/selectedpkgs.txt"
|
echo "i3-gaps" >> "$setupdir/selectedpkgs.txt"
|
||||||
;;
|
;;
|
||||||
101)
|
101)
|
||||||
printf '%s\n' 'sway' 'swaylock' 'swayidle' >> "$setupdir/selectedpkgs.txt"
|
printf '%s\n' 'sway' 'swaylock' 'swayidle' 'seatd' >> "$setupdir/selectedpkgs.txt"
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -392,6 +392,11 @@ sudo systemctl enable lightdm
|
|||||||
# Fixes rofi not launching
|
# Fixes rofi not launching
|
||||||
#sudo locale-gen
|
#sudo locale-gen
|
||||||
|
|
||||||
|
if [[ $(pacman -Q | grep podman) ]]; then
|
||||||
|
sudo systemctl enable --now seatd.service
|
||||||
|
sudo groupadd -f seat
|
||||||
|
fi
|
||||||
|
|
||||||
# update fonts cache
|
# update fonts cache
|
||||||
fc-cache -f
|
fc-cache -f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user