+ ctpv
image previewer for lf
This commit is contained in:
1
dots/ctpv/config
Normal file
1
dots/ctpv/config
Normal file
@@ -0,0 +1 @@
|
|||||||
|
set chafasixel
|
||||||
@@ -374,21 +374,11 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
# programs
|
# programs
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
# librewolf
|
# ctpv
|
||||||
file_name=policies.json
|
file_name=config
|
||||||
ffpd=$(librewolf_profile_dir)
|
file_path=/home/${system_user}/.config/ctpv
|
||||||
if [[ ${ffpd} == error* ]] ; then
|
|
||||||
echo ${ffpd}
|
|
||||||
else
|
|
||||||
file_name=user.js
|
|
||||||
file_path=${ffpd}
|
|
||||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
|
||||||
|
|
||||||
file_name=userChrome.css
|
|
||||||
file_path=${ffpd}/chrome
|
|
||||||
create_dir ${file_path}
|
create_dir ${file_path}
|
||||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
deploy_file "${dots_trg}/ctpv/${file_name}" "${file_path}/${file_name}"
|
||||||
fi
|
|
||||||
|
|
||||||
# helix
|
# helix
|
||||||
file_name=config.toml
|
file_name=config.toml
|
||||||
@@ -407,6 +397,22 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
create_dir ${file_path}
|
create_dir ${file_path}
|
||||||
deploy_file "${dots_trg}/lf/*" "${file_path}/"
|
deploy_file "${dots_trg}/lf/*" "${file_path}/"
|
||||||
|
|
||||||
|
# librewolf
|
||||||
|
file_name=policies.json
|
||||||
|
ffpd=$(librewolf_profile_dir)
|
||||||
|
if [[ ${ffpd} == error* ]] ; then
|
||||||
|
echo ${ffpd}
|
||||||
|
else
|
||||||
|
file_name=user.js
|
||||||
|
file_path=${ffpd}
|
||||||
|
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||||
|
|
||||||
|
file_name=userChrome.css
|
||||||
|
file_path=${ffpd}/chrome
|
||||||
|
create_dir ${file_path}
|
||||||
|
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||||
|
fi
|
||||||
|
|
||||||
# pcmanfm
|
# pcmanfm
|
||||||
# bookmarks found in "dots/gtk/.gtk-bookmarks"
|
# bookmarks found in "dots/gtk/.gtk-bookmarks"
|
||||||
file_name=pcmanfm.conf
|
file_name=pcmanfm.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user