From 6eb27b476fd9932c91534a134585ab61425760f2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 12 Mar 2025 22:15:21 +0900 Subject: dang --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 5de95000..f320b2ba 100755 --- a/copy.sh +++ b/copy.sh @@ -677,7 +677,7 @@ if [ -d "$BACKUP_HYPR_PATH" ]; then done # Restore files automatically - FILE_B=("monitors.conf" "workspaces.conf" "pyprland.toml") + FILE_B=("monitors.conf" "workspaces.conf") for FILE_RESTORE in "${FILE_B[@]}"; do BACKUP_FILE="$BACKUP_HYPR_PATH/$FILE_RESTORE" -- cgit v1.2.3