changed launch option to no arguments. will look to fix output clutter. ctrl-l resets view. more managable

This commit is contained in:
Maxim Stewart 2016-01-13 19:31:57 -06:00
parent cd1f1be424
commit 58eb795cfc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ i="1"
execMethod=$(grep -A 0 "Exec=" /usr/share/applications/"$line1")
catagory=$(grep -A 0 "Categories=" /usr/share/applications/"$line1")
preComment=$(grep -A 0 "Comment=" /usr/share/applications/"$line1")
execCMD=$(echo "${filename}) ""${filename} %f 2&>1 /dev/null"" & shellMen ;;")
execCMD=$(echo "${filename}) ${filename} & shellMen ;;")
if [[ "$catagory" == *"$accss"* ]] || [[ "$catagory" == *"$util"* ]]; then
echo "$execCMD" >> "${pth}"/${accss}.sh
elif [[ "$catagory" == *"$dev"* ]]; then