WM: Add support for Amethyst on macOS

parent 91a7bd47
...@@ -638,6 +638,7 @@ get_wm() { ...@@ -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"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment