Comment seatd config
This commit is contained in:
parent
86346b13bf
commit
24ac85975b
@ -392,10 +392,12 @@ sudo systemctl enable lightdm
|
|||||||
# Fixes rofi not launching
|
# Fixes rofi not launching
|
||||||
#sudo locale-gen
|
#sudo locale-gen
|
||||||
|
|
||||||
|
: '
|
||||||
if [[ $(pacman -Q | grep sway) ]]; then
|
if [[ $(pacman -Q | grep sway) ]]; then
|
||||||
sudo systemctl enable --now seatd.service
|
sudo systemctl enable --now seatd.service
|
||||||
sudo gpasswd -a "$USER" seat 1>/dev/null
|
sudo gpasswd -a "$USER" seat 1>/dev/null
|
||||||
fi
|
fi
|
||||||
|
'
|
||||||
|
|
||||||
# update fonts cache
|
# update fonts cache
|
||||||
fc-cache -f
|
fc-cache -f
|
||||||
|
Loading…
Reference in New Issue
Block a user