saved session information overrides per-app settings, because that's how you set it up in the session
This commit is contained in:
parent
33c469f453
commit
64dda2375e
1 changed files with 2 additions and 1 deletions
|
@ -275,10 +275,11 @@ void client_manage(Window window)
|
|||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue