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

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