Adding bartabgroups patch

This commit is contained in:
bakkeby
2020-08-13 15:42:49 +02:00
parent 57e727b498
commit de47bd8839
12 changed files with 439 additions and 165 deletions

View File

@ -0,0 +1,7 @@
#define HIDDEN(C) ((getstate(C->win) == IconicState))
static void hide(Client *c);
static void show(Client *c);
static void togglewin(const Arg *arg);
static Client * prevtiled(Client *c);
static void showhideclient(const Arg *arg);