diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e9c1c77..d89960f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -211,10 +211,15 @@ if [ ${operation} == "dots" ] ; then fi + # i3wm if [ ${I3WM} == "true" ] ; then - echo "******************************" - echo "i3wm" - echo "******************************" + + # i3 + file_name=config + file_path=/home/${user}/.config/i3 + mkdir -p ${file_path} + deploy_file "${dots_trg}/i3/${file_name}" "${file_path}/" + fi if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then