Add dwm patches

This commit is contained in:
Hektor Misplon
2020-04-08 17:53:41 +00:00
parent 39a20b1cae
commit 186119403b
17 changed files with 259 additions and 33 deletions

View File

@@ -106,7 +106,6 @@ 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} },