packaging

This commit is contained in:
Raphael Robatsch 2021-10-27 18:36:57 +02:00
commit 4736b8a462
6 changed files with 102 additions and 32 deletions

View file

@ -22,5 +22,5 @@ constexpr Button buttons[] = {
{ ClkTagBar, BTN_MIDDLE, toggletag, {0} },
{ ClkLayoutSymbol, BTN_LEFT, setlayout, {.ui = 0} },
{ ClkLayoutSymbol, BTN_RIGHT, setlayout, {.ui = 2} },
{ ClkWinTitle, BTN_RIGHT, spawn, {.v = termcmd} },
{ ClkStatusText, BTN_RIGHT, spawn, {.v = termcmd} },
};