]> Sergey Matveev's repositories - nnn.git/commitdiff
gnome-search-tool: add option --path
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 17 Aug 2017 03:13:24 +0000 (08:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 17 Aug 2017 03:14:41 +0000 (08:44 +0530)
nlay

diff --git a/nlay b/nlay
index 437dd7e8b0f65321f27a5dabe485f7516565da97..f5b4e45e461ffc9a8e903f6112aeb48fc0c54a54 100755 (executable)
--- a/nlay
+++ b/nlay
@@ -65,7 +65,7 @@ elif [ "$2" == "search" ]; then
     app=("gnome-search-tool"
          "catfish")
 
-    opts=(""
+    opts=("--path"
           "--path")
 
     bg=(">/dev/null 2>&1 &"
@@ -84,7 +84,7 @@ elif [ "$2" == "screensaver" ]; then
     exit 0
 fi
 
-#------------------- PLAY -------------------
+#----------------- RUN APP ------------------
 for index in ${!app[@]}
 do
     type -P ${app[$index]} &>/dev/null &&