config.def.h: ClkTagBar missing from comment - dwm - dynamic window manager | |
git clone git://git.suckless.org/dwm | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c3a2e016bb65c00bd44b6461b1b1bbaa61f20093 | |
parent c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 25 May 2018 06:56:36 +0200 | |
config.def.h: ClkTagBar missing from comment | |
by Christopher Drelich <[email protected]> | |
Patch was mangled on the ML, also adjusted the order to be the same as | |
the enum in dwm.c | |
Diffstat: | |
M config.def.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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 ClkR… | |
+/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientW… | |
static Button buttons[] = { | |
/* click event mask button function … | |
{ ClkLtSymbol, 0, Button1, setlayout, … |