summaryrefslogtreecommitdiff
path: root/dwm/patch/bar_wintitleactions.h
blob: 132e9f9c741c1703427be0a6389f273563c9c6ed (plain)
1
2
3
4
5
6
7
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);
static void unhideall(const Arg *arg);