diff --git a/.local/bin/dexplorer b/.local/bin/dexplorer index e72a083..6ea04c5 100755 --- a/.local/bin/dexplorer +++ b/.local/bin/dexplorer @@ -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)";