Adding awesomebar patch

This commit is contained in:
bakkeby
2019-09-10 00:18:46 +02:00
parent 4a17b880ad
commit d6517bf4f8
8 changed files with 165 additions and 8 deletions

3
patch/awesomebar.h Normal file
View File

@ -0,0 +1,3 @@
static void hide(Client *c);
static void show(Client *c);
static void togglewin(const Arg *arg);