parent
121c3ee7bf
commit
2eda3753f4
1 changed files with 3 additions and 3 deletions
6
config.h
6
config.h
|
@ -386,9 +386,9 @@ static const Key keys[] = {
|
|||
/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
|
||||
static const Button buttons[] = {
|
||||
/* click event mask button function argument */
|
||||
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
|
||||
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
||||
{ ClkWinTitle, 0, Button2, zoom, {0} },
|
||||
/*{ ClkLtSymbol, 0, Button1, setlayout, {0} },*/
|
||||
/*{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },*/
|
||||
/*{ ClkWinTitle, 0, Button2, zoom, {0} },*/
|
||||
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
|
||||
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
|
||||
|
|
Loading…
Add table
Reference in a new issue