This commit is contained in:
t470p
2024-05-11 21:14:05 -05:00
parent 3bacaae407
commit 83306eb7fe

View File

@@ -218,7 +218,7 @@ if [ ${operation} == "dots" ] ; then
file_name=config
file_path=/home/${user}/.config/i3
mkdir -p ${file_path}
deploy_file "${dots_trg}/i3/${file_name}" "${file_path}/"
deploy_file "${dots_trg}/i3wm/${file_name}" "${file_path}/"
fi