Material Icons.

This commit is contained in:
Bartek Stalewski 2021-07-26 15:56:06 +02:00
parent 9e0d48b35f
commit 4508f38520
13 changed files with 121 additions and 117 deletions

View file

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