aboutsummaryrefslogtreecommitdiff
path: root/document-picker.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdocument-picker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-picker.sh b/document-picker.sh
index c6509c3..c4689bc 100755
--- a/document-picker.sh
+++ b/document-picker.sh
@@ -5,7 +5,7 @@ DOCS="$HOME/documents"
choice=$(find "$DOCS" -type f 2>/dev/null \
| sed "s|^$DOCS/||" \
- | dmenu -i -l 15 -p "Documents:")
+ | dmenu -i -l 5 -p "Documents:")
[ -z "$choice" ] && exit 0