Adding tab patch

This commit is contained in:
bakkeby
2021-03-09 13:23:39 +01:00
parent 27185a74c4
commit 0f9104285b
9 changed files with 290 additions and 8 deletions

4
patch/tab.h Normal file
View File

@@ -0,0 +1,4 @@
static void drawtab(Monitor *m);
static void drawtabs(void);
static void focuswin(const Arg* arg);
static void tabmode(const Arg *arg);