This commit is contained in:
NaiJi ✨ 2024-08-11 05:49:48 +04:00
parent 8654b6087b
commit 3b1b8e0769
1 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ app="fzf"
[ $1 == "b" ] && zathura "$(find ~/Mounts/hdd2/Books/ -type f | $app)";
[ $1 == "y" ] && mpv "$(find ~/Mounts/hdd2/YouTube/ -type f | $app)";
[ $1 == "m" ] && mpv "$(find ~/Mounts/hdd2/Movies\ \&\ Series/ -type f | $app)";
[ $1 == "a" ] && mpv "$(find ~/Mounts/hdd2/Audiobooks/ | $app)";
[ $1 == "y" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/YouTube/ -type f | $app)";
[ $1 == "m" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/Movies\ \&\ Series/ -type f | $app)";
[ $1 == "a" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/Audiobooks/ | $app)";