all repos — openbox @ 62fd771d2f260992d35fb0c24d1e1009ff1cdc0d

openbox fork - make it a bit more like ryudo

Get the window's title in the fake-managed case since we apply app rule matching (Fix bug 5277)
Dana Jansens danakj@orodu.net
commit

62fd771d2f260992d35fb0c24d1e1009ff1cdc0d

parent

c6997ba19ee5fdbaca49c55c8802f6b75a74c65f

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

jump to
M openbox/client.copenbox/client.c

@@ -1224,12 +1224,14 @@ /* get the session related properties, these can change decorations

from per-app settings */ client_get_session_ids(self); - /* now we got everything that can affect the decorations */ + /* get this early so we have it for debugging, also this can be used + by app rule matching */ + client_update_title(self); + + /* now we got everything that can affect the decorations or app rule + matching */ if (!real) return; - - /* get this early so we have it for debugging */ - client_update_title(self); /* save the values of the variables used for app rule matching */ client_save_app_rule_values(self);