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