This commit is contained in:
t470p
2024-05-09 17:22:26 -05:00
parent 230730342b
commit 615095c6a0

View File

@@ -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