]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Preserve back_and_forth during restart
[i3/i3] / include / workspace.h
index 28d9eb66cd18f8179bd373e5b8362d6ce0a7bd2f..db544ce8eea6d154120b5a13118dc033a0c533b4 100644 (file)
 #define NET_WM_DESKTOP_NONE 0xFFFFFFF0
 #define NET_WM_DESKTOP_ALL 0xFFFFFFFF
 
+/**
+ * Stores a copy of the name of the last used workspace for the workspace
+ * back-and-forth switching.
+ *
+ */
+extern char *previous_workspace_name;
+
 /**
  * Returns the workspace with the given name or NULL if such a workspace does
  * not exist.