diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-12-08 19:20:25 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-08 19:20:25 -0500 |
| commit | 7452fd681ca22425433f58b3de5cac1e97e92eec (patch) | |
| tree | e6c3b703d526ac7cfd58d12108432f08539b6fd5 /.config/lf | |
| parent | 17e18513975e429c6312e6b7a698730331ed8598 (diff) | |
| download | eibhear-7452fd681ca22425433f58b3de5cac1e97e92eec.tar.gz eibhear-7452fd681ca22425433f58b3de5cac1e97e92eec.tar.zst eibhear-7452fd681ca22425433f58b3de5cac1e97e92eec.zip | |
oops! lf-select added
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 741f1a9..2a5786a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -15,7 +15,7 @@ cmd open ${{ text/troff) man ./ $f;; text/*) $EDITOR $fx;; image/x-xcf|image/svg+xml) setsid gimp $f >/dev/null 2>&1 & ;; - image/*) rotdir $f | setsid sxiv -aio 2>&1 | lf-select & ;; + image/*) rotdir $f | setsid sxiv -aio 2>/dev/null | lf-select & ;; audio/*) mpv --input-ipc-server=/tmp/mpvsoc$(date +%%s) $f ;; video/*) setsid mpv --input-ipc-server=/tmp/mpvsoc$(date +%%s) $f -quiet >/dev/null 2>&1 & ;; application/pdf) setsid zathura $fx >/dev/null 2>&1 & ;; |
