all repos — openbox @ 5de35ba1f75b4004bebec70c582b17f2f8820439

openbox fork - make it a bit more like ryudo

update the strut when a client is unmanaged
Dana Jansens danakj@orodu.net
commit

5de35ba1f75b4004bebec70c582b17f2f8820439

parent

c0446bba1fd2ab8e90b342e9af13bdc6e59948cd

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/screen.ccsrc/screen.cc

@@ -608,6 +608,10 @@

// remove from the screen's list clients.remove(client); + // once the client is out of the list, update our strut to remove it's + // influence + updateStrut(); + // unfocus the client (calls the focus callbacks) client->unfocus();