summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-04-16 15:52:06 +0100
committerrafa_99 <raroma09@gmail.com>2022-04-16 15:52:06 +0100
commit592ffe92e9aae0b1610309121c643e40655e1b85 (patch)
tree672bb1f5925e320c7793db78376a6f51ff7be154 /scripts
parent064fa1a0a041e98768daf7ce0fdd8b84bb87f1fc (diff)
yt script not case sensitive
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.local/bin/yt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/yt b/scripts/.local/bin/yt
index c897d81..f8952e8 100755
--- a/scripts/.local/bin/yt
+++ b/scripts/.local/bin/yt
@@ -1,6 +1,6 @@
#!/bin/sh
-QUERY=$(: | dmenu -p "Search:")
+QUERY=$(: | dmenu -i -p "Search:")
if [ "$QUERY" != "" ]; then
VIDEO=$(queryt -s "$QUERY" -f "i t" | dmenu -l 10 -p "Video:" | awk '{print $1}')
if [ "$VIDEO" != "" ]; then