]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
Implement 'workspace back_and_forth' (Patch by Michael Walle)
[i3/i3] / include / config.h
index 07391a6af6458e4e02d1dfad3c11cf85992f6807..337db8fbac850ac7def371534e66042e0c2b5474 100644 (file)
@@ -133,6 +133,12 @@ struct Config {
          * is fetched once and never updated. */
         bool force_xinerama;
 
+        /** Automatic workspace back and forth switching. If this is set, a
+         * switch to the currently active workspace will switch to the
+         * previously focused one instead, making it possible to fast toggle
+         * between two workspaces. */
+        bool workspace_auto_back_and_forth;
+
         /** The default border style for new windows. */
         border_style_t default_border;