From 05625e0e84c2c9a010625b5ec6dbf30b69ddc870 Mon Sep 17 00:00:00 2001 From: t470p Date: Sat, 11 May 2024 20:47:34 -0500 Subject: [PATCH] + i3 deploy --- scripts/99_deploy.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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