From 79d208014bbf428003480fca9e4e68f4233d446a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 11 Nov 2023 21:41:51 +0900 Subject: remove gtk 3.0 as seems causing some issues --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index f5d787be..57c5d4a2 100644 --- a/copy.sh +++ b/copy.sh @@ -90,7 +90,7 @@ printf "\n" set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} copying dotfiles\n" - for DIR in btop cava dunst gtk-3.0 hypr kitty rofi swappy swaylock waybar wlogout; do + for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." -- cgit v1.2.3