all repos — openbox @ 64dda2375e4d01ca2e81638c1e9595cb73654883

openbox fork - make it a bit more like ryudo

saved session information overrides per-app settings, because that's how you set it up in the session
Dana Jansens danakj@orodu.net
commit

64dda2375e4d01ca2e81638c1e9595cb73654883

parent

33c469f4535a6b92917539feae189945a777da68

1 files changed, 2 insertions(+), 1 deletions(-)

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

@@ -275,10 +275,11 @@ self->desktop = screen_num_desktops; /* always an invalid value */

self->user_time = client_last_user_time; client_get_all(self); - client_restore_session_state(self); /* per-app settings override stuff, and return the settings for other uses too */ settings = client_get_settings_state(self); + /* the session should get the last say */ + client_restore_session_state(self); client_calc_layer(self);