diff options
Diffstat (limited to '.local/bin/movie')
| -rwxr-xr-x | .local/bin/movie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/movie b/.local/bin/movie index 4ceb432..b56828f 100755 --- a/.local/bin/movie +++ b/.local/bin/movie @@ -4,7 +4,7 @@ if [ -t 0 ]; then filename="$(find ~/media/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | sort | fzf)" else - filename="$(find ~/media/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | sort | rofi -case-smart -matching "fuzzy" -dmenu -l 25)" + filename="$(find ~/media/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | sort | fuzzel -d -l 25)" fi filepath="$(find ~/media/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)")" |
