WM: Fix chunkwm being detected as Kwm on macOS
This commit is contained in:
parent
03d07f2c62
commit
3217b921e5
2
neofetch
2
neofetch
|
@ -710,8 +710,8 @@ get_wm() {
|
|||
ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hun[k]wm')"
|
||||
|
||||
case "$ps_line" in
|
||||
*"kwm"*) wm="Kwm" ;;
|
||||
*"chunkwm"*) wm="chunkwm" ;;
|
||||
*"kwm"*) wm="Kwm" ;;
|
||||
*"Amethyst"*) wm="Amethyst" ;;
|
||||
*"Spectacle"*) wm="Spectacle" ;;
|
||||
*) wm="Quartz Compositor" ;;
|
||||
|
|
Reference in New Issue