From ecb14b548ec5104d72043759d7b405990ee47c50 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 10 Aug 2025 22:27:55 +0530 Subject: hypridle config changes --- .local/bin/movie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/movie') diff --git a/.local/bin/movie b/.local/bin/movie index 204cbe6..4ceb432 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 | dmenu -l 25)" + 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)" fi filepath="$(find ~/media/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)")" -- cgit v1.2.3