]> git.sur5r.net Git - i3/i3/commit
Bugfix: Create new workspace when there are no free existing ones to assign (Thanks...
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Sep 2009 16:02:11 +0000 (18:02 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Sep 2009 16:02:11 +0000 (18:02 +0200)
commitd230b2bb1a81950c1726125d24edfa6507ac2d83
tree419b3bf3e3481cf1fb8f1992328d27e7e0c20546
parente101940c5edd3094463fea362fc21e924a46eca4
Bugfix: Create new workspace when there are no free existing ones to assign (Thanks msi)

As the workspaces are now created dynamically, we cannot rely on
the workspaces to be there when we need them without creating them.
On the other hand, this eliminates the case that there are no workspaces
to assign to a new screen, because now we can just create one.
src/workspace.c
src/xinerama.c