We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f041616 commit c5468fbCopy full SHA for c5468fb
openbox/client.c
@@ -1224,13 +1224,15 @@ static void client_get_all(ObClient *self, gboolean real)
1224
from per-app settings */
1225
client_get_session_ids(self);
1226
1227
- /* now we got everything that can affect the decorations */
+ /* get this early so we have it for debugging, also this can be used
1228
+ by app rule matching */
1229
+ client_update_title(self);
1230
+
1231
+ /* now we got everything that can affect the decorations or app rule
1232
+ matching */
1233
if (!real)
1234
return;
1235
- /* get this early so we have it for debugging */
- client_update_title(self);
-
1236
/* save the values of the variables used for app rule matching */
1237
client_save_app_rule_values(self);
1238
0 commit comments