Windows: Added windowmanager fallback
This commit is contained in:
parent
f3bd444b32
commit
264de7564a
1 changed files with 4 additions and 0 deletions
4
fetch.sh
4
fetch.sh
|
@ -402,6 +402,10 @@ getwindowmanager () {
|
|||
windowmanager="Quartz Compositor"
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
windowmanager="DWM"
|
||||
;;
|
||||
|
||||
*)
|
||||
windowmanager="Unknown"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue