summaryrefslogtreecommitdiff
path: root/notesplain
diff options
context:
space:
mode:
Diffstat (limited to 'notesplain')
-rwxr-xr-xnotesplain2
1 files changed, 1 insertions, 1 deletions
diff --git a/notesplain b/notesplain
index 3249258..8136cec 100755
--- a/notesplain
+++ b/notesplain
@@ -1,7 +1,7 @@
#!/bin/sh
dir="$OBSIDIAN_HOME"
-file="$(ls -1 "$dir" | sed 's/\.md$//' | dmenu -l 30 -p 'Select note:')"
+file="$(ls -1 "$dir" | sed 's/\.md$//' | dmenu -l 15 -p 'Select note:')"
if [ -n "$file" ]; then
tmpfile="$(mktemp /tmp/"$file"_XXXXXXXX.pdf)"