stuff
This commit is contained in:
parent
8654b6087b
commit
3b1b8e0769
|
@ -5,6 +5,6 @@ app="fzf"
|
||||||
|
|
||||||
|
|
||||||
[ $1 == "b" ] && zathura "$(find ~/Mounts/hdd2/Books/ -type f | $app)";
|
[ $1 == "b" ] && zathura "$(find ~/Mounts/hdd2/Books/ -type f | $app)";
|
||||||
[ $1 == "y" ] && mpv "$(find ~/Mounts/hdd2/YouTube/ -type f | $app)";
|
[ $1 == "y" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/YouTube/ -type f | $app)";
|
||||||
[ $1 == "m" ] && mpv "$(find ~/Mounts/hdd2/Movies\ \&\ Series/ -type f | $app)";
|
[ $1 == "m" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/Movies\ \&\ Series/ -type f | $app)";
|
||||||
[ $1 == "a" ] && mpv "$(find ~/Mounts/hdd2/Audiobooks/ | $app)";
|
[ $1 == "a" ] && mpv --force-window=yes "$(find ~/Mounts/hdd2/Audiobooks/ | $app)";
|
||||||
|
|
Loading…
Reference in New Issue