Przeglądaj źródła

Load dir after hovered image

master
Arun Prakash Jana 5 lat temu
rodzic
commit
9b37c9edb1
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/imgsxiv

+ 1
- 1
plugins/imgsxiv Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz