Compare commits

..

1 Commits

Author SHA1 Message Date
3737667c5b
Migrate to panacea as daily driver 2020-05-24 02:23:06 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ vo=gpu
volume-max=200 volume-max=200
af=acompressor af=acompressor
## Youtube-dl settings ## Youtube-dl settings
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best ytdl-format=bestvideo[height<=?720][vcodec!=vp9]+bestaudio/best
## Wayland ## Wayland
gpu-context=wayland gpu-context=wayland
## Default window size ## Default window size

View File

@ -27,9 +27,9 @@ then
then then
while read -r line; do while read -r line; do
echo "$line" \?\? echo "$line" \?\?
done <<< $(fd "${QUERY#\?}" $HOME/Documents 2>&1 | grep -v 'Permission denied\|Input/output error') done <<< $(fd "${QUERY#\?}" $HOME 2>&1 | grep -v 'Permission denied\|Input/output error')
else else
fd "${QUERY#!}" $HOME/Documents 2>&1 | grep -v 'Permission denied\|Input/output error' fd "${QUERY#!}" $HOME 2>&1 | grep -v 'Permission denied\|Input/output error'
fi fi
else else
echo "!!-- Type your search query to find files" echo "!!-- Type your search query to find files"