summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_awesomebar.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-04 13:40:26 +0200
committerbakkeby <[email protected]>2020-08-04 13:40:26 +0200
commit3f4f88c1428c8f2057488daa34fe7d4c131d9594 (patch)
tree32a6153e8decde86458e3d1e208e90e2c6fecbd7 /patch/bar_awesomebar.h
parent12527f00d96d92718bcf996d3ed4d0c325b8c622 (diff)
downloaddwm-flexipatch-3f4f88c1428c8f2057488daa34fe7d4c131d9594.tar.gz
dwm-flexipatch-3f4f88c1428c8f2057488daa34fe7d4c131d9594.zip
awesomebar: use previously tiled when hiding client and the hidden client was the last tiled client
Diffstat (limited to 'patch/bar_awesomebar.h')
-rw-r--r--patch/bar_awesomebar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/bar_awesomebar.h b/patch/bar_awesomebar.h
index a99986e..83572f6 100644
--- a/patch/bar_awesomebar.h
+++ b/patch/bar_awesomebar.h
@@ -5,4 +5,5 @@ static int click_awesomebar(Bar *bar, Arg *arg, BarClickArg *a);
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); \ No newline at end of file