summaryrefslogtreecommitdiff
path: root/vid
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-21 04:52:09 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-21 04:52:09 +0300
commiteab21d585158c8df4d715e9d622bd949d9f4343e (patch)
tree4bf3163e8da6c6d7623c15ec24812cbb801301b6 /vid
parent65e3c9e636ac0780fe46d27292e0abd37aa89b02 (diff)
increase number of dmenu lines
Diffstat (limited to 'vid')
-rwxr-xr-xvid2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid b/vid
index d9152c4..ba486d0 100755
--- a/vid
+++ b/vid
@@ -1,6 +1,6 @@
#!/bin/sh
path="$HOME/vid"
-video=$(find $path -type f | cut -d '/' -f '5-' | dmenu -i -c -bw 3 -l 10 -p "Play video:")
+video=$(find $path -type f | cut -d '/' -f '5-' | dmenu -i -c -bw 3 -l 15 -p "Play video:")
[ -f "$path/$video" ] && mpv --really-quiet "$path/$video"