wm: Detect 2bwm manually

This commit is contained in:
Dylan Araps 2018-05-07 12:26:42 +10:00
parent 8fe3130cbe
commit 859dc69b20
1 changed files with 1 additions and 0 deletions

View File

@ -1580,6 +1580,7 @@ get_wm() {
wm="$(ps -e | grep -m 1 -o -F \
-e "catwm" \
-e "dwm" \
-e "2bwm" \
-e "monsterwm" \
-e "tinywm")"