gri3-wm/src
Michael Stapelberg ce7d256d05 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-09-08 09:13:31 +02:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
assignments.c clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
bindings.c Bugfix: serialize con_id with %p in run_binding() 2015-07-30 21:34:43 +02:00
click.c Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
commands.c Detect base 16 in cmd criteria 2015-07-30 21:38:24 +02:00
commands_parser.c Allow escaping backslashes 2015-03-25 21:32:46 +03:00
con.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
config.c Remove the A_TO_OUTPUT option as it is not needed anymore and will not be implemented in favor of normal assignments. 2015-03-16 20:18:03 +01:00
config_directives.c Add support for a custom separator symbol 2015-03-25 21:38:55 +01:00
config_parser.c Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
debug.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
display_version.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
ewmh.c Support _NET_WM_MOVERESIZE 2015-02-11 00:07:28 +01:00
fake_outputs.c clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
floating.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
handlers.c fix remaining warnings 2015-03-29 17:12:20 +02:00
i3.mk cleanup: src/i3.mk: add XKB_COMMON_CFLAGS when compiling i3 2014-06-25 17:58:16 +02:00
ipc.c Move mkdirp into libi3 2015-07-30 21:41:20 +02:00
key_press.c Feature: implement mouse bindings 2014-06-19 12:28:54 +02:00
load_layout.c Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
log.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
main.c degendered terms 2015-03-11 21:41:43 -07:00
manage.c Don’t overwrite border width when already set (placeholders). 2015-03-21 23:02:35 +01:00
match.c clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
move.c Include workspace con in workspace event 2014-12-22 09:47:31 +01:00
output.c Refactor functions for easy reuse 2015-03-04 09:22:25 +01:00
randr.c Revert "Check if output is disabled in handle_output()" 2015-09-08 09:13:31 +02:00
regex.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
render.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
resize.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
restore_layout.c Don’t focus placeholder windows. 2015-03-25 22:47:23 +01:00
scratchpad.c clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
sd-daemon.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
sighandler.c Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
startup.c Rename workspaces in startup sequences. 2015-03-13 10:35:20 +01:00
tree.c Bugfix: Remove windows from the save set when unmapping. 2015-04-06 15:43:52 +02:00
util.c Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
window.c Ignore InputHint when not in WM_HINTS 2015-07-30 21:35:12 +02:00
workspace.c Initialize workspace rect to the output's upon creation 2015-07-30 21:36:04 +02:00
x.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
xcb.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
xcursor.c run clang-format (3.5.0) 2015-03-01 17:16:03 +01:00
xinerama.c clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00