summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-09-26 23:18:00 +0100
committerrafa_99 <raroma09@gmail.com>2021-09-26 23:18:00 +0100
commit6872292618905546af8ce6b89589b45859cb137d (patch)
treee7aa9e352722544897fd8589918b859305f8dced /scripts
parent4d4511c99f179613dc6927f6791d26991294337a (diff)
Updated scripts and added sleep before initializing Xorg
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 42e4732..4b620d7 100755
--- a/scripts/.local/bin/yt
+++ b/scripts/.local/bin/yt
@@ -3,5 +3,5 @@
VIDEO="https://www.youtube.com/watch?v=$(echo "<-" | dmenu -p "Youtube:" | xargs -I {} queryt -s "{}" | sed "s:\t: :g" | dmenu -l 10 -p "Video: " | awk '{print $1}')"
if [ "$VIDEO" != "" ]; then
- mpv --ytdl-format=22 "$VIDEO"
+ mpv "$VIDEO"
fi