gnome-search-tool: add option --path

This commit is contained in:
Arun Prakash Jana 2017-08-17 08:43:24 +05:30
parent dcfc6074c5
commit 29961f060c
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

4
nlay
View File

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