diff options
Diffstat (limited to 'dwm/patch/bar_taggrid.h')
| -rwxr-xr-x | dwm/patch/bar_taggrid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm/patch/bar_taggrid.h b/dwm/patch/bar_taggrid.h new file mode 100755 index 0000000..dfc60de --- /dev/null +++ b/dwm/patch/bar_taggrid.h @@ -0,0 +1,5 @@ +static int width_taggrid(Bar *bar, BarArg *a); +static int draw_taggrid(Bar *bar, BarArg *a); +static int click_taggrid(Bar *bar, Arg *arg, BarArg *a); +static void switchtag(const Arg *arg); + |
