From: Oleg Broytman Date: Thu, 18 Dec 2025 21:19:06 +0000 (+0300) Subject: Feat(.fvwm/restart): Also check for `mpv` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=HEAD;p=dotfiles.git Feat(.fvwm/restart): Also check for `mpv` --- diff --git a/.fvwm/restart b/.fvwm/restart index 4268333..45d74ca 100755 --- a/.fvwm/restart +++ b/.fvwm/restart @@ -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