From fef52eebfbf80545215877f823976eefb4ad47d0 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 19:41:43 -0500 Subject: [PATCH] + qtile --- scripts/99_deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 04f44e3..c973a9a 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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 ++)