]> git.phdru.name Git - dotfiles.git/commitdiff
Feat(.fvwm/restart): Also check for `mpv` master
authorOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2025 21:19:06 +0000 (00:19 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2025 21:19:06 +0000 (00:19 +0300)
.fvwm/restart

index 4268333df2c0a1f8823ac4f2105296c01d279905..45d74cab008f59103d91193f0a49ee64d61e092b 100755 (executable)
@@ -8,7 +8,7 @@ if xscreensaver-command -time 2>/dev/null | grep -Eq 'screen (blanked|locked)';
    exit 0
 fi
 
-if ps a | grep -v grep | grep -q mplayer; then
+if ps a | grep -v grep | grep -q 'mplayer\|mpv'; then
    exit 0
 fi