Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
c8e9479
)
config.def.h: ClkTagBar missing from comment
author
Hiltjo Posthuma <
[email protected]
>
Fri, 25 May 2018 04:56:36 +0000
(06:56 +0200)
committer
Hiltjo Posthuma <
[email protected]
>
Fri, 25 May 2018 04:56:36 +0000
(06:56 +0200)
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
config.def.h
diff
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
a9ac303
..
1c0b587
100644
(file)
--- 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 Clk
TagBar, Clk
LtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
static Button buttons[] = {
/* click event mask button function argument */
{ ClkLtSymbol, 0, Button1, setlayout, {0} },