X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfig.h;h=d2f1f20631ae8ad77abe050af1120fd895e8ac54;hb=2c77d7ceed298caf17a78b382e23af2e48377021;hp=fb11cbe3a743bf02b77a247968a39e297740e1b3;hpb=1546891e6ab008b0383ebffe85ec0e761f58b7e1;p=i3%2Fi3 diff --git a/include/config.h b/include/config.h index fb11cbe3..d2f1f206 100644 --- a/include/config.h +++ b/include/config.h @@ -167,6 +167,10 @@ struct Config { * flag can be delayed using an urgency timer. */ float workspace_urgency_timer; + /** Use a timer to delay exiting when no output is available. + * This can prevent i3 from exiting when all outputs disappear momentarily. */ + float zero_disp_exit_timer_ms; + /** Behavior when a window sends a NET_ACTIVE_WINDOW message. */ enum { /* Focus if the target workspace is visible, set urgency hint otherwise. */