From 4502d47a44dd46306e0803ec0b27a0db48b2819c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 26 Nov 2023 22:37:50 +0900 Subject: [PATCH] updated copy.sh (removed wlogout folder backup) --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."