+ i3 deploy
This commit is contained in:
@@ -211,10 +211,15 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# i3wm
|
||||||
if [ ${I3WM} == "true" ] ; then
|
if [ ${I3WM} == "true" ] ; then
|
||||||
echo "******************************"
|
|
||||||
echo "i3wm"
|
# i3
|
||||||
echo "******************************"
|
file_name=config
|
||||||
|
file_path=/home/${user}/.config/i3
|
||||||
|
mkdir -p ${file_path}
|
||||||
|
deploy_file "${dots_trg}/i3/${file_name}" "${file_path}/"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
|
if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user