diff options
author | Joe <rbo@gmx.us> | 2024-07-23 13:49:39 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-07-23 13:49:39 +0200 |
commit | bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea (patch) | |
tree | f3164bc57316360a2f18a7fe3df721769ac7cb55 | |
parent | up (diff) | |
download | dotfiles-bsd-bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea.tar.gz dotfiles-bsd-bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea.tar.bz2 dotfiles-bsd-bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea.tar.xz dotfiles-bsd-bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea.tar.zst dotfiles-bsd-bf12c5a77ad8c9e957fcf8f91b594ce6b05338ea.zip |
up
-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 cb9f021..2d40977 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -31,7 +31,7 @@ cmd open ${{ done & ;; audio/*) setsid alacritty -e mpv --no-audio-display --audio-channels=stereo $fx & ;; - video/*) setsid mpv --fullscreen --really-quiet --audio-channels=stereo $fx >/dev/null 2>&1 ;; + video/*) setsid mpv --really-quiet --audio-channels=stereo $fx >/dev/null 2>&1 & ;; *opendocument*) odt2txt $f | $PAGER ;; application/pdf|application/vnd*|application/epub*) setsid zathura $fx >/dev/null 2>&1 ;; application/pgp-encrypted) $EDITOR $fx ;; |