Fix sway shutdown, add greetd

This commit is contained in:
askiiart 2023-11-20 12:09:00 -06:00
parent 0babbccd19
commit bd8dfa678e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 46 additions and 4 deletions

View file

@ -38,3 +38,9 @@ cp -r $GIT_DIR/i3 $HOME/.config/
# sway
rm -rf $HOME/.config/sway
cp -r $GIT_DIR/sway $HOME/.config/
# greetd (for sway)
if [ -d /etc/greetd ]; then
rm /etc/greetd/config.toml
cp $GIT_DIR/greetd/config.toml /etc/greetd/config.toml
fi