From a5a501116087587e043d9c682de28f5297059c55 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 12 Nov 2025 09:54:05 +0100 Subject: no message --- notesplain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notesplain') 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)" -- cgit v1.2.3