+ i3 deploy

This commit is contained in:
t470p
2024-05-11 20:47:34 -05:00
parent 72e708ec0f
commit 05625e0e84

View File

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