mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Possible fix for Mutter/GNOME Shell WM detection.
This commit is contained in:
@@ -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";;
|
||||
|
||||
Reference in New Issue
Block a user