/ making .xinitrc executable

This commit is contained in:
committer
2024-08-26 08:03:20 -05:00
parent bcce9659d8
commit 2783982f1d

View File

@@ -362,6 +362,7 @@ if [ ${operation} == "dots" ] ; then
# xorg # xorg
file_path=/home/${system_user} file_path=/home/${system_user}
deploy_file "${dots_trg}/xorg/.*" "${file_path}/" deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
chmod 755 ${file_path}/.xinitrc
# lemurs (display/login manager) # lemurs (display/login manager)
file_name_src=.xinitrc file_name_src=.xinitrc