]> git.sur5r.net Git - i3/i3/commitdiff
bar config: make dock mode the default
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Oct 2011 22:38:55 +0000 (23:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Oct 2011 22:38:55 +0000 (23:38 +0100)
include/config.h

index a4a274cf9fd39008b827eaa8fbe1ff8d22276b4a..bb0920915841234616ded2e51dc847cab64f6fd4 100644 (file)
@@ -198,7 +198,7 @@ struct Barconfig {
     char *socket_path;
 
     /** Bar display mode (hide unless modifier is pressed or show in dock mode) */
-    enum { M_HIDE = 0, M_DOCK = 1 } mode;
+    enum { M_DOCK = 0, M_HIDE = 1 } mode;
 
     /** Bar position (bottom by default). */
     enum { P_BOTTOM = 0, P_TOP = 1 } position;