💥 fix: cp not copying wlogout files

This commit is contained in:
João Dias
2024-08-04 12:21:00 -03:00
parent 402ea664eb
commit b0adf2962a
+1 -1
View File
@@ -65,7 +65,7 @@ echo "[info] Copying Swaync..."
cp -r $HOME/.config/swaync .
echo "[info] Copying Wlogout..."
cp -r $HOMR/.config/wlogout
cp -r $HOMR/.config/wlogout .
printf "\nDone! You may now push this to the dotfiles repo!\n"