This commit is contained in:
committer
2024-05-16 06:02:53 -05:00
parent 533b1f2e13
commit e89f571ea6

View File

@@ -191,6 +191,9 @@ if [ ${operation} == "dots" ] ; then
fi fi
# gtk (settings found using lxappearance) # gtk (settings found using lxappearance)
# note that the bookmarks file were found in two different locations, so a
# symlink is created below. as well, ".gtkrc-2.0.mine" had no effect, so
# ".gtkrc-2.0" is overwritten
file_name=settings.ini file_name=settings.ini
file_path=/home/${user}/.config/gtk-3.0 file_path=/home/${user}/.config/gtk-3.0
mkdir -p ${file_path} mkdir -p ${file_path}
@@ -208,6 +211,7 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
# pcmanfm # pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks"
file_name=pcmanfm.conf file_name=pcmanfm.conf
file_path=/home/${user}/.config/pcmanfm/default file_path=/home/${user}/.config/pcmanfm/default
mkdir -p ${file_path} mkdir -p ${file_path}