wip / i3wm ➔ hyprland

and, several clean-ups at the same time
This commit is contained in:
committer@tuxwarrior
2026-02-25 11:22:51 -05:00
parent 2620282282
commit c8ab69ca6d
31 changed files with 351 additions and 335 deletions

View File

@@ -390,30 +390,30 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/pcmanfm/${file_name}" "${file_path}/${file_name}"
# i3wm
if [ ${I3WM} == "true" ] ; then
# i3
file_name=config
file_path=/home/${system_user}/.config/i3
create_dir ${file_path}
deploy_file "${dots_trg}/i3wm/${file_name}" "${file_path}/"
# i3status
file_name=config
file_path=/home/${system_user}/.config/i3status
create_dir ${file_path}
deploy_file "${dots_trg}/i3status/${file_name}" "${file_path}/"
fi
if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
# xorg
file_path=/home/${system_user}
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
chmod 755 ${file_path}/.xinitrc
fi
# if [ ${I3WM} == "true" ] ; then
#
# # i3
# file_name=config
# file_path=/home/${system_user}/.config/i3
# create_dir ${file_path}
# deploy_file "${dots_trg}/i3wm/${file_name}" "${file_path}/"
#
# # i3status
# file_name=config
# file_path=/home/${system_user}/.config/i3status
# create_dir ${file_path}
# deploy_file "${dots_trg}/i3status/${file_name}" "${file_path}/"
#
# fi
#
# if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
#
# # xorg
# file_path=/home/${system_user}
# deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
# chmod 755 ${file_path}/.xinitrc
#
# fi
fi