diff options
Diffstat (limited to 'lit')
-rwxr-xr-x | lit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |