]> git.sur5r.net Git - i3/i3/commit
Bugfix: skip restart_mode swallow specifications
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 25 Mar 2015 19:49:19 +0000 (20:49 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 25 Mar 2015 19:50:25 +0000 (20:50 +0100)
commit26237508eadb5f71befe4c64ab65430757d4b213
treef3f0c0a0efaf8c915838d444658fe7e1344d524d
parentf790fedce385862c7a22df53d527960e82eff920
Bugfix: skip restart_mode swallow specifications

Otherwise, placeholder windows would accumulate these over restarts. The
worst part is that they don’t get dumped properly, meaning an empty
swallows specification ends up in the state, which matches any window,
so other random windows would be matched into the placeholder (e.g.
i3bar).

fixes #1502
src/ipc.c