aboutsummaryrefslogtreecommitdiffstats
path: root/nlay
diff options
context:
space:
mode:
Diffstat (limited to 'nlay')
-rwxr-xr-xnlay4
1 files changed, 2 insertions, 2 deletions
diff --git a/nlay b/nlay
index bc9eaaa..3c0feb3 100755
--- a/nlay
+++ b/nlay
@@ -123,11 +123,11 @@ fi
#----------------- SEARCH -------------------
if [ "$2" == "search" ]; then
- app=catfish
+ app=gnome-search-tool
#search_opts=
bg=">/dev/null 2>&1 &"
- eval $app $search_opts "\"$1\"" $bg
+ eval $app $search_opts --path "\"$1\"" $bg
exit 0
fi