WM: Add support for Amethyst on macOS
This commit is contained in:
parent
91a7bd4737
commit
1bd185874c
1
neofetch
1
neofetch
|
@ -638,6 +638,7 @@ get_wm() {
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
wm="Quartz Compositor"
|
wm="Quartz Compositor"
|
||||||
ps -e | grep -q '[S]pectacle' && wm='Spectacle'
|
ps -e | grep -q '[S]pectacle' && wm='Spectacle'
|
||||||
|
ps -e | grep -q "[A]methyst" && wm="Amethyst"
|
||||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue