Compare commits
1 Commits
6e23af4691
...
3737667c5b
Author | SHA1 | Date | |
---|---|---|---|
3737667c5b |
@ -9,7 +9,7 @@ vo=gpu
|
||||
volume-max=200
|
||||
af=acompressor
|
||||
## Youtube-dl settings
|
||||
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
||||
ytdl-format=bestvideo[height<=?720][vcodec!=vp9]+bestaudio/best
|
||||
## Wayland
|
||||
gpu-context=wayland
|
||||
## Default window size
|
||||
|
@ -27,9 +27,9 @@ then
|
||||
then
|
||||
while read -r line; do
|
||||
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
|
||||
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
|
||||
else
|
||||
echo "!!-- Type your search query to find files"
|
||||
|
Loading…
Reference in New Issue
Block a user