This commit is contained in:
t470p
2024-05-09 19:41:43 -05:00
parent ef603b4170
commit fef52eebfb

View File

@@ -180,6 +180,12 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${user}
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
# qtile
file_name=config.py
file_path=/home/${user}/.config/qtile
mkdir -p ${file_path}
deploy_file "${dots_trg}/qtile/${file_name}" "${file_path}/"
fi
# dots+ (wallpapers, fonts ++)