]> git.sur5r.net Git - i3/i3/commit - src/randr.c
Revert "Check if output is disabled in handle_output()"
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Aug 2015 18:09:56 +0000 (20:09 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Aug 2015 18:09:56 +0000 (20:09 +0200)
commit1a9a9cc68d2eae4058983e18ca3cbc52e9d1abb1
tree42271283fdd478076c0adbdcd4e3158d2fd13f6b
parentf1bb9524ca56ed91cbda1ecd77b77fdd865d1ba5
Revert "Check if output is disabled in handle_output()"

This reverts commit e71c304444dd3070877887d2bb5407cd64033946.

It turns out that several users have workflows in which they turn off
their monitors without using e.g. `xrandr --output DP-1 --off`. The
result is that the monitors are disconnected, but not disabled.

With commit e71c304444dd3070877887d2bb5407cd64033946, i3 started to see
these two states as one and the same state, but that causes more harm
than it does good. For example, for some users with only one monitor, i3
would just exit when these users turned off their monitor.

related to #1858, #1839

fixes #1845
src/randr.c