add changes to tmenu

This commit is contained in:
randomuser 2022-08-16 20:43:44 -05:00
parent 6a78941134
commit 24392d6a88
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
file=$(mktemp)
cat - > "$file"
st -c tmenu-prompt -g 40x10+0+0 -e tmenu-backend "$file"
st -c tmenu-prompt -g 40x10+0+0 -e tmenu-backend "$file" "$1"
cat "$file"
rm "$file"

View File

@ -2,5 +2,5 @@
printf "%s" $1
fzy < "$1" > "${1}a"
fzy $2 < "$1" > "${1}a"
mv ${1}a ${1}