Adding bartabgroups patch
This commit is contained in:
7
patch/bar_wintitleactions.h
Normal file
7
patch/bar_wintitleactions.h
Normal 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);
|
Reference in New Issue
Block a user