Compare commits
1 Commits
6e23af4691
...
3737667c5b
Author | SHA1 | Date | |
---|---|---|---|
3737667c5b |
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user