diff --git a/copy.sh b/copy.sh index 52613ef..a005aa7 100755 --- a/copy.sh +++ b/copy.sh @@ -141,7 +141,7 @@ fi set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} - copying dotfiles\n" - for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar wlogout; do + for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up."