summaryrefslogtreecommitdiff
path: root/vid
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:23:08 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:23:08 +0300
commit3e0ee3784ae3066c969fc4340fe330adecb45c34 (patch)
tree500c4654c0b11204caa3b751121e5f4deba07322 /vid
parent53b3da20365cfa739e60d206f566f31d923ccf29 (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"