aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-08-17 08:43:24 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-08-17 08:44:41 +0530
commit29961f060cf585da3111e2420a76c595dd42f0fb (patch)
treeedeba94d52a9b0106adc4a838f3680ae3ef03ae2
parentdcfc6074c5e01f1dadce38664deac675d08d9d93 (diff)
downloadnnn-29961f060cf585da3111e2420a76c595dd42f0fb.tar.gz
gnome-search-tool: add option --path
-rwxr-xr-xnlay4
1 files changed, 2 insertions, 2 deletions
diff --git a/nlay b/nlay
index 437dd7e..f5b4e45 100755
--- 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 &&