gri3-wm/src
Michael Stapelberg 1a9a9cc68d Revert "Check if output is disabled in handle_output()"
This reverts commit e71c304444.

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 e71c304444, 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
2015-08-25 20:09:56 +02:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
assignments.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
bindings.c Translate bindsym bindings upon ISO_Next_Group 2015-08-06 09:32:22 +02:00
click.c Improve logging of button events. 2015-05-26 16:57:25 +02:00
commands.c Merge pull request #1771 from Airblader/feature-1769 2015-06-30 13:52:54 -07:00
commands_parser.c Use safe wrappers inside "#if 0" too 2015-08-03 12:51:55 +03:00
con.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
config.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
config_directives.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
config_parser.c Use safe wrappers inside "#if 0" too 2015-08-03 12:51:55 +03:00
debug.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
display_version.c Display which config is used in --more_version 2015-07-10 22:54:25 +08:00
ewmh.c Set the _NET_WM_STATE_HIDDEN atom on windows that are currently not visible due to being in the non-focused tab of a stacked or tabbed container. 2015-04-21 09:14:22 +02:00
fake_outputs.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
floating.c Added missing newlines in log statements. 2015-06-30 20:48:35 +02:00
handlers.c Translate bindsym bindings upon ISO_Next_Group 2015-08-06 09:32:22 +02:00
i3.mk Merge pull request #1651 from tanderson92/pkgconfig 2015-04-16 00:34:01 -07:00
ipc.c Merge pull request #1816 from tcreech/tcreech-for-illumos 2015-08-04 00:10:06 -07:00
key_press.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
load_layout.c clang-format src/load_layout.c 2015-08-05 22:55:07 +02:00
log.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
main.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
manage.c layout restore: remove remaining criteria when swallowing window 2015-08-06 21:35:34 +02:00
match.c Remove asserts and return non-match instead if the container or its workspace cannot be found. 2015-07-01 11:47:55 +02:00
move.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
output.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
randr.c Revert "Check if output is disabled in handle_output()" 2015-08-25 20:09:56 +02:00
regex.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
render.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
resize.c Added missing newlines in log statements. 2015-06-30 20:48:35 +02:00
restore_layout.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
scratchpad.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
sd-daemon.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
sighandler.c Added missing newlines in log statements. 2015-06-30 20:48:35 +02:00
startup.c Use safe wrappers wherever possible 2015-08-03 12:50:50 +03:00
tree.c Properly clear the urgency hint when set by i3. 2015-08-02 20:50:14 +02:00
util.c Merge pull request #1816 from tcreech/tcreech-for-illumos 2015-08-04 00:10:06 -07:00
version.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
window.c Use safe wrappers wherever possible 2015-08-03 12:50:50 +03:00
workspace.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
x.c Added '%class' and '%instance' as placeholders for the title_format directive. 2015-08-25 19:22:05 +02:00
xcb.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
xcursor.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
xinerama.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00