mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added epub support to the lfrc
This commit is contained in:
parent
1260ba7da4
commit
fdb1a6215e
@ -22,6 +22,7 @@ cmd open ${{
|
||||
audio/*) mpv --audio-display=no $f ;;
|
||||
video/*) setsid mpv $f -quiet >/dev/null 2>&1 & ;;
|
||||
application/pdf) setsid zathura $fx >/dev/null 2>&1 & ;;
|
||||
application/epub+zip) setsid zathura $fx >/dev/null 2>&1 & ;;
|
||||
*) for f in $fx; do setsid $OPENER $f >/dev/null 2>&1 & done;;
|
||||
esac
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user