From 264de7564a311eb1a9086f8725f73c5749d03f83 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 16:34:49 +1100 Subject: [PATCH] Windows: Added windowmanager fallback --- fetch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch.sh b/fetch.sh index 340ce36d..ae544e9a 100755 --- a/fetch.sh +++ b/fetch.sh @@ -402,6 +402,10 @@ getwindowmanager () { windowmanager="Quartz Compositor" ;; + "Windows") + windowmanager="DWM" + ;; + *) windowmanager="Unknown" ;;