diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-10 22:27:55 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-10 22:27:55 +0530 |
| commit | ecb14b548ec5104d72043759d7b405990ee47c50 (patch) | |
| tree | dd4f5cfb51c2144807d236cea51ae7e1b994036e /.local | |
| parent | 3ff9631193d46fb264d613045ce446225d0b829f (diff) | |
hypridle config changes
Diffstat (limited to '.local')
| -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 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\)")" |
