diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbbd1f1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# dwm +My simple dwm build. Minimal patches and config. diff --git a/config.h b/config.h index d6bba3e..5050f83 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int snap = 0; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 1; /* 0 means bottom bar */ +static const int topbar = 0; /* 0 means bottom bar */ /* fonts */ static const char *fonts[] = { "Iosevka:pixelsize=14:antialias=true:autohint=true",