wip / i3wm ➔ hyprland
and, several clean-ups at the same time
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user