dwm-noxz

[fork] suckless dwm - personal fork
git clone https://noxz.tech/git/dwm-noxz.git
Log | Files | README | LICENSE

commit: 141d3d7c2f5acd296760e9dab2bbb0f141cc38bb
parent: ca2cdc59c44ec22c28993f3d354c9d5980dde263
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 3 Feb 2023 14:10:42 +0100
Add tag mouse button
Mconfig.def.h1+
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
@@ -95,6 +95,7 @@ static Button buttons[] = {
 	{ ClkTagBar,        0,              Button1,    view,           {0} },
 	{ ClkTagBar,        0,              Button3,    toggleview,     {0} },
 	{ ClkTagBar,        Mod4Mask,       Button1,    tag,            {0} },
+	{ ClkTagBar,        0,              Button2,    tag,            {0} },
 	{ ClkTagBar,        Mod4Mask,       Button3,    toggletag,      {0} },
 	{ ClkRootWin,       0,              Button3,    spawn,          {.v = ctxmenucmd } },
 };