]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
Merge pull request #1638 from hwangcc23/fix-1489
[i3/i3] / include / config.h
index 4cc58a459c18f2a89b366be1d82f12df357f0423..75e0b127f96e084b9e566dad84b1db7e9ed0a3c7 100644 (file)
@@ -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. */