From 5ea699d79e1b860c6d283200167e73f4ca6c7887 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Sat, 18 Feb 2023 19:18:04 +0000 Subject: [PATCH] readme and config.h fix --- README.md | 2 ++ config.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.md 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",