ソースを参照

Fix opening image with sxiv

master
Arun Prakash Jana 5年前
コミット
2886abc90c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke ファイルの表示

@@ -204,7 +204,7 @@ handle_multimedia() {
## Image
image/*)
if [ $GUI -ne 0 ] && which sxiv >/dev/null 2>&1; then
sxiv -q "$1" "$(dirname "${FPATH}")" &
sxiv -q "${FPATH}" &
exit 0
elif which viu >/dev/null 2>&1; then
viu -n "${FPATH}" | less -R


読み込み中…
キャンセル
保存