Browse Source

swap tabbar and dwmbar positions

siduck76 3 năm trước cách đây
mục cha
commit
7a29d39ba8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      chadwm/config.def.h

+ 2 - 2
chadwm/config.def.h

@@ -19,8 +19,8 @@ static const int showsystray        = 1;     /* 0 means no systray */
 static const int showbar            = 1;        /* 0 means no bar */
 enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always };
 static const int showtab            = showtab_auto;
-static const int toptab             = True;
-static const int topbar             = 0;        /* 0 means bottom bar */
+static const int toptab             = False;
+static const int topbar             = 1;        /* 0 means bottom bar */
 static const int vertpad            = 10;       /* vertical padding of bar */
 static const int sidepad            = 10;       /* horizontal padding of bar */
 static const int horizpadbar        = 5;