summaryrefslogtreecommitdiff
path: root/lit
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-21 04:52:09 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-21 04:52:09 +0300
commit8938c8c1cbd37d8b6684c073e5eccf4129ce0e55 (patch)
tree4bf3163e8da6c6d7623c15ec24812cbb801301b6 /lit
parentbdfb0a131167c1e582828b365385e5e357d28f95 (diff)
increase number of dmenu lines
Diffstat (limited to 'lit')
-rwxr-xr-xlit2
1 files changed, 1 insertions, 1 deletions
diff --git a/lit b/lit
index a30c3d5..80cb564 100755
--- a/lit
+++ b/lit
@@ -1,6 +1,6 @@
#!/bin/sh
path="$HOME/doc/lit"
-book=$(find $path -type f | cut -d '/' -f '6-' | dmenu -i -c -bw 3 -l 10 -p "Open book:")
+book=$(find $path -type f | cut -d '/' -f '6-' | dmenu -i -c -bw 3 -l 15 -p "Open book:")
[ -f "$path/$book" ] && zathura "$path/$book"