commit c3a2e016bb65c00bd44b6461b1b1bbaa61f20093 from: Hiltjo Posthuma date: Fri May 25 04:56:36 2018 UTC config.def.h: ClkTagBar missing from comment by Christopher Drelich Patch was mangled on the ML, also adjusted the order to be the same as the enum in dwm.c commit - c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0 commit + c3a2e016bb65c00bd44b6461b1b1bbaa61f20093 blob - a9ac30300f97b3fa01730ae92d8a0764ef1d1bc7 blob + 1c0b587bda10649ab20da2b4b58578dcf413cfd0 --- config.def.h +++ config.def.h @@ -97,7 +97,7 @@ static Key keys[] = { }; /* button definitions */ -/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ +/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ static Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} },