WM: Add support for Amethyst on macOS

This commit is contained in:
Jorge Gonzalez 2017-03-21 13:45:23 -04:00
parent 91a7bd4737
commit 1bd185874c
No known key found for this signature in database
GPG Key ID: AD2671B01BB1E086
1 changed files with 1 additions and 0 deletions

View File

@ -638,6 +638,7 @@ get_wm() {
"Mac OS X")
wm="Quartz Compositor"
ps -e | grep -q '[S]pectacle' && wm='Spectacle'
ps -e | grep -q "[A]methyst" && wm="Amethyst"
ps -e | grep -q "[k]wm" && wm="Kwm"
;;