Possible fix for Mutter/GNOME Shell WM detection.

This commit is contained in:
Brett Bohnenkamper
2013-09-10 22:45:28 -05:00
parent 73721dee29
commit 69ddf1b449

View File

@@ -1257,7 +1257,7 @@ detectwm () {
'metacity') WM="Metacity";;
'monsterwm') WM="monsterwm";;
'musca') WM="Musca";;
'mutter') WM="Mutter";;
'mutter'*'|'gnome shell'*) WM="Mutter";;
'notion') WM="Notion";;
'openbox') WM="OpenBox";;
'pekwm') WM="PekWM";;