+ qtile
This commit is contained in:
@@ -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 ++)
|
||||
|
||||
Reference in New Issue
Block a user