X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=e1dd01a6b62ca960bbf0060427aabeed8153c87c;hp=11071819de277e375532f5610630748d56c5b937;hb=40780bbf713421e97e7c4caffae87fcc3242ad41;hpb=ce66c62e6108a3dd1a8323c62616249e5b60ef01 diff --git a/config.def.h b/config.def.h index 1107181..e1dd01a 100644 --- a/config.def.h +++ b/config.def.h @@ -126,16 +126,16 @@ static Key keys[] = { /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ static 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} }, - { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, - { ClkClientWin, MODKEY, Button1, movemouse, {0} }, - { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, - { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, - { ClkTagBar, 0, Button1, view, {0} }, - { ClkTagBar, 0, Button3, toggleview, {0} }, - { ClkTagBar, MODKEY, Button1, tag, {0} }, - { ClkTagBar, MODKEY, Button3, toggletag, {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} }, + //{ ClkClientWin, MODKEY, Button3, resizemouse, {0} }, + /* { ClkTagBar, 0, Button1, view, {0} }, */ + /* { ClkTagBar, 0, Button3, toggleview, {0} }, */ + /* { ClkTagBar, MODKEY, Button1, tag, {0} }, */ + /* { ClkTagBar, MODKEY, Button3, toggletag, {0} }, */ };