u
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user