]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
randr: use root window in case of no randr outputs
[i3/i3] / src / main.c
index b4ec3720ec34c1e5f7b52d452e8065f806ac649a..0dc259363163e7bb89998387acb27827cd73e572 100644 (file)
@@ -655,8 +655,6 @@ int main(int argc, char *argv[]) {
             ELOG("ERROR: No screen at (%d, %d), starting on the first screen\n",
                  pointerreply->root_x, pointerreply->root_y);
             output = get_first_output();
-            if (!output)
-                die("No usable outputs available.\n");
         }
 
         con_focus(con_descend_focused(output_get_content(output->con)));