From 3b1b8e0769e74fad98e8666059230439d04da291 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Sun, 11 Aug 2024 05:49:48 +0400 Subject: [PATCH] stuff --- .local/bin/dexplorer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)";