My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 54eacbf5c54f70c1866612cd3580fb18faab36e4
parent 749ee6579d38559f71413d92c523d54475c1b75c
Author: Anjandev Momi <anjan@momi.ca>
Date:   Sun, 26 Jul 2020 22:49:51 -0700

tapping on status opens appmenu

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -179,7 +179,7 @@ static Button buttons[] = { /* click event mask button function argument */ { ClkTagBar, 0, Button1, view, {0} }, { ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} }, - { ClkWinTitle, 0, Button2, zoom, {0} }, + { ClkStatusText, 0, Button1, spawn, SHCMD("sxmo_appmenu.sh")}, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, };