diff --git a/dots/archinstall/t470p/packages.txt b/dots/archinstall/t470p/packages.txt index 518dfd4..f1f8a77 100644 --- a/dots/archinstall/t470p/packages.txt +++ b/dots/archinstall/t470p/packages.txt @@ -41,6 +41,7 @@ xss-lock # used to lock i3 with i3lock aur:caffeine-ng # status bar application able to temporarily inhibit the screensaver and sleep mode aur:candy-icons-git # icons theme aur:canon-pixma-mg2500-complete # stand alone driver set (print and scan) for Canon Pixma MG2500 series +aur:ctpv-git # image previewer for lf aur:gitkraken # git client aur:i3exit # exit script for i3 aur:jump # directory jumper diff --git a/dots/lf/lfrc b/dots/lf/lfrc index fe52528..bbe4928 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -59,3 +59,10 @@ cmd zip ''${{ zip -r $1.zip $1 rm -rf $1 }} + +# ctpv +# https://github.com/NikitaIvanovV/ctpv +set previewer ctpv +set cleaner ctpvclear +&ctpv -s $id +&ctpvquit $id \ No newline at end of file