image previewer for lf
This commit is contained in:
committer@tuxwarrior
2026-02-27 19:09:45 -05:00
parent 1aae069ac4
commit 1f093954ee
2 changed files with 22 additions and 15 deletions

1
dots/ctpv/config Normal file
View File

@@ -0,0 +1 @@
set chafasixel

View File

@@ -374,21 +374,11 @@ if [ ${operation} == "dots" ] ; then
# programs
# ----------
# 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
# ctpv
file_name=config
file_path=/home/${system_user}/.config/ctpv
create_dir ${file_path}
deploy_file "${dots_trg}/ctpv/${file_name}" "${file_path}/${file_name}"
# helix
file_name=config.toml
@@ -407,6 +397,22 @@ if [ ${operation} == "dots" ] ; then
create_dir ${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
# bookmarks found in "dots/gtk/.gtk-bookmarks"
file_name=pcmanfm.conf