Skip to content

Commit

Permalink
config.def.h: ClkTagBar missing from comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hiltjo committed May 25, 2018
1 parent c8e9479 commit c3a2e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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} },
Expand Down

0 comments on commit c3a2e01

Please sign in to comment.