awesomebar: use previously tiled when hiding client and the hidden client was the last tiled client

This commit is contained in:
bakkeby
2020-08-04 13:40:26 +02:00
parent 12527f00d9
commit 3f4f88c142
2 changed files with 12 additions and 1 deletions

View File

@@ -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);