summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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