diff --git a/config.h b/config.h index a1b7b05..20b1b50 100644 --- a/config.h +++ b/config.h @@ -15,7 +15,7 @@ static const unsigned int borderpx = 2; static const unsigned int snap = 33; static const int swallowfloating = 1; static const int showbar = 1; -static const int topbar = 0; +static const int topbar = 1; static const int focusonwheel = 1; static int floatposgrid_x = 5; static int floatposgrid_y = 3;