summaryrefslogtreecommitdiff
path: root/lcl-edit
diff options
context:
space:
mode:
Diffstat (limited to 'lcl-edit')
-rwxr-xr-xlcl-edit4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcl-edit b/lcl-edit
index efe0caa..739932e 100755
--- a/lcl-edit
+++ b/lcl-edit
@@ -1,7 +1,7 @@
#! /bin/zsh
filepath="$(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 "$filepath" ] && exit 1
CHOICES=('[Video]Strip' \
@@ -19,7 +19,7 @@ CHOICES=('[Video]Strip' \
[ ! -z "$1" ] && selected="$1" \
|| selected="$(echo "${CHOICES[@]}" | tr ' ' '\n' \
- | rofi -dmenu -i)"
+ | dmenu -i -l 15 -p 'Select Edit')"
filename="$(basename "$filepath")"