]> git.sur5r.net Git - i3/i3/commit
randr: Skip workspaces which are assigned to a different output when creating a new...
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 7 Feb 2012 21:10:16 +0000 (21:10 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 7 Feb 2012 21:10:16 +0000 (21:10 +0000)
commitc1e0c38b271cd616d98994cbb62769419c7af93f
tree0f49a69396b43994f132ca68e39148e7d54b6e50
parent8cffde232f84d4c7beade44afc5be66ee6e46eaf
randr: Skip workspaces which are assigned to a different output when creating a new workspace

If you had workspace 1, 2, 3, 4 on LVDS1 and you enabled HDMI2 (where workspace
1 to workspace 5 are assigned to HDMI2), i3 would look for a new workspace for
LVDS1 (since all workspaces were moved), create workspace 5, move that over due
to assignment and then create workspace 6. Effectively, you would end up with
an empty workspace 5.
src/randr.c