]> git.sur5r.net Git - i3/i3/commit
Make fullscreen windows open on the output which is indicated by their geometry
authorwentasah <sojkam1@fel.cvut.cz>
Wed, 6 Apr 2016 19:19:10 +0000 (21:19 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 6 Apr 2016 19:19:10 +0000 (21:19 +0200)
commitfec1a9511e75f83b8707758c04d5a201edbc652d
tree24a5f3c343eb4e261fc7dead7b61baf6f4a4d713
parent66d9c983e44888dbf58435f8793ff0dcd9bc9054
Make fullscreen windows open on the output which is indicated by their geometry

With this change, multi-monitor presentations (e.g. as implemented by
LibreOffice Impress) work out of the box. Previously, one had to move
the presentation windows to the right outputs oneself.
include/con.h
include/randr.h
src/con.c
src/manage.c
src/randr.c
testcases/t/531-fullscreen-on-given-output.t [new file with mode: 0644]