From 615095c6a08e79ea7f8790b1b976050a3c09d476 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 17:22:26 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 4bd30a5..04f44e3 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -177,8 +177,8 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/waybar/*" "${file_path}/" # xorg - file_path=/home/${user}/ - deploy_file "${dots_trg}/xorg/*.*" "${file_path}/" + file_path=/home/${user} + deploy_file "${dots_trg}/xorg/.*" "${file_path}/" fi