]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Don't create empty workspaces on restart
[i3/i3] / include / output.h
index e0125c06f74540d7c6ef96e4d655dd52a139ecc9..38e2689add05eb529dce2465850f93bc490bd751 100644 (file)
@@ -21,3 +21,10 @@ Con *output_get_content(Con *output);
  *
  */
 Output *get_output_from_string(Output *current_output, const char *output_str);
+
+/**
+ * Iterates over all outputs and pushes sticky windows to the currently visible
+ * workspace on that output.
+ *
+ */
+void output_push_sticky_windows(void);