This commit is contained in:
Dylan Araps 2016-10-17 19:52:31 +11:00
parent a76bd6b913
commit 20de28779d
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ getwm() {
"Mac OS X") wm="Quartz Compositor" ;;
"Windows")
wm="$(tasklist | grep -m 1 -o "bugn\|Windawesome\|blackbox\|emerge\|litestep")"
[ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)"
[ "$wm" == "blackbox" ] && wm="bbLean (Blackbox)"
if [ "$wm" ]; then
wm="$wm, Explorer"