Adding taggrid patch

This commit is contained in:
bakkeby
2019-10-05 23:28:50 +02:00
parent b6928ab1fb
commit 15a4c58924
8 changed files with 201 additions and 2 deletions

2
patch/taggrid.h Normal file
View File

@ -0,0 +1,2 @@
static void drawtaggrid(Monitor *m, int *x_pos, unsigned int occ);
static void switchtag(const Arg *arg);