From e89f571ea69b48b584f944bf0712e29bdfef86d8 Mon Sep 17 00:00:00 2001 From: committer Date: Thu, 16 May 2024 06:02:53 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 71dcfa4..6b8bbb9 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -191,6 +191,9 @@ if [ ${operation} == "dots" ] ; then fi # 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_path=/home/${user}/.config/gtk-3.0 mkdir -p ${file_path} @@ -208,6 +211,7 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}" # pcmanfm + # bookmarks found in "dots/gtk/.gtk-bookmarks" file_name=pcmanfm.conf file_path=/home/${user}/.config/pcmanfm/default mkdir -p ${file_path}