From 3eb715f78172f2e854fc744841ee74203af28073 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 27 Dec 2023 00:38:38 +0900 Subject: [PATCH] dropping dunst in favor of swaync --- config/hypr/{v2.2.1 => v2.2.2} | 0 copy.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/hypr/{v2.2.1 => v2.2.2} (100%) diff --git a/config/hypr/v2.2.1 b/config/hypr/v2.2.2 similarity index 100% rename from config/hypr/v2.2.1 rename to config/hypr/v2.2.2 diff --git a/copy.sh b/copy.sh index 3efaf59..612b60e 100755 --- a/copy.sh +++ b/copy.sh @@ -166,7 +166,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in btop cava dunst hypr kitty Kvantum qt5ct qt6ct rofi swappy swaylock wal waybar wlogout; do +for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaylock wal waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up."