From 859dc69b20acea4635024ed59904b10e64f9cb5c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 May 2018 12:26:42 +1000 Subject: [PATCH] wm: Detect 2bwm manually --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index a702ff11..360fa83a 100755 --- a/neofetch +++ b/neofetch @@ -1580,6 +1580,7 @@ get_wm() { wm="$(ps -e | grep -m 1 -o -F \ -e "catwm" \ -e "dwm" \ + -e "2bwm" \ -e "monsterwm" \ -e "tinywm")"