From 16ec5d335105e9daa7a2ae4dbd37ec7985a64b34 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 23 May 2017 18:49:50 +0530 Subject: Use gnome-search-tool as default search utility Reasons: gnome-search-tool is much more powerful than other tools in its category. It supports numerous search parameters like size, modification date and supports text search. --- nlay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nlay') 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 -- cgit v1.2.3-70-g09d2