ソースを参照

Load dir after hovered image

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

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

@@ -9,7 +9,7 @@
if command -v sxiv >/dev/null 2>&1; then
if ! [ -z "$1" ]; then
if [ -f "$1" ]; then
sxiv -q "$PWD"
sxiv -q "$1" "$PWD"
elif [ -d "$1" ] || [ -h "$1" ]; then
sxiv -qt "$1"
fi


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