Fix ps line

This commit is contained in:
Jorge Gonzalez 2017-02-28 11:50:23 -05:00 committed by GitHub
parent 982f2b59ec
commit 072ad5cfff

View file

@ -631,7 +631,7 @@ get_wm() {
case "$os" in
"Mac OS X")
wm="Quartz Compositor"
ps -x | grep -q '[S]pectacle' && wm='Spectacle'
ps -e | grep -q '[S]pectacle' && wm='Spectacle'
ps -e | grep -q "[k]wm" && wm="Kwm"
;;