summaryrefslogtreecommitdiff
path: root/vid
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-27 11:23:08 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-27 11:23:08 +0300
commitb6942b1015683b251dc9cb65908d9dcc5d4d3ebf (patch)
tree500c4654c0b11204caa3b751121e5f4deba07322 /vid
parenta84257e10aa3ca1b616424e2e4532bc785428756 (diff)
remove border width dmenu option
Diffstat (limited to 'vid')
-rwxr-xr-xvid2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid b/vid
index ba486d0..9575f07 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 15 -p "Play video:")
+video=$(find $path -type f | cut -d '/' -f '5-' | dmenu -i -c -l 15 -p "Play video:")
[ -f "$path/$video" ] && mpv --really-quiet "$path/$video"