diff options
Diffstat (limited to 'lcl-find')
| -rwxr-xr-x | lcl-find | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh selected="$(find ~/Archive -type d \( -name node_modules -o -name .git \) -prune -o \ - -type f -name '*' -print | rofi -dmenu -i)" + -type f -name '*' -print | dmenu -i -l 15 -p 'Search File')" [ -f "$selected" ] && setsid -f xdg-open "$selected" > /dev/null 2>&1 |
