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" app=("gnome-search-tool"
"catfish") "catfish")
opts=("" opts=("--path"
"--path") "--path")
bg=(">/dev/null 2>&1 &" bg=(">/dev/null 2>&1 &"
@ -84,7 +84,7 @@ elif [ "$2" == "screensaver" ]; then
exit 0 exit 0
fi fi
#------------------- PLAY ------------------- #----------------- RUN APP ------------------
for index in ${!app[@]} for index in ${!app[@]}
do do
type -P ${app[$index]} &>/dev/null && type -P ${app[$index]} &>/dev/null &&