From: Hiltjo Posthuma Date: Fri, 25 May 2018 04:56:36 +0000 (+0200) Subject: config.def.h: ClkTagBar missing from comment X-Git-Url: https://git.armaanb.net/?p=dwm.git;a=commitdiff_plain;h=c3a2e016bb65c00bd44b6461b1b1bbaa61f20093 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 --- diff --git a/config.def.h b/config.def.h index a9ac303..1c0b587 100644 --- a/config.def.h +++ b/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} },