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 # 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 create_dir ${file_path}
echo ${ffpd} deploy_file "${dots_trg}/ctpv/${file_name}" "${file_path}/${file_name}"
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
# 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