dwm: Make tags clickable

This commit is contained in:
Donovan Glover 2024-08-26 06:34:09 -04:00
parent 05a796610c
commit 4b53002720
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -255,6 +255,7 @@ in
};
static const Button buttons[] = {
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
};