]> git.sur5r.net Git - i3/i3/commit
Fix problem when moving fullscreen window to scratchpad
authorhaptix@web.de <haptix@web.de>
Fri, 24 May 2013 13:02:04 +0000 (15:02 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 25 May 2013 20:59:27 +0000 (22:59 +0200)
commitf0eba6d15c5063ec3f4788cea328c60728e93979
treeb54108df273809a7f0c8c35dc86959daf63a1f03
parent609496d13f484ae2aac05a7b9e56929cc77e3b5f
Fix problem when moving fullscreen window to scratchpad

When moving a fullscreen window to scratchpad with 'move scratchpad', the
focused window would stay fullscreen.

Also, when having a container in fullscreen mode and then focusing a child of
this container and moving it to scratchpad, it would enable fullscreen for
the child window.

This patch fixes both problems, so the scratchpad window is always floating.
src/scratchpad.c
testcases/t/206-fullscreen-scratchpad.t [new file with mode: 0644]