diff --git a/config.def.h b/config.def.h index 5e065ad..b760a15 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* 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 */ static const char *fonts[] = { "monospace:size=10" }; //static const char *fonts[] = { "JetBrains Mono Nerd Font:size=11:antialias=true:autohint=true" }; //static const char dmenufont[] = "JetBrains Mono Nerd Font:size=12"; diff --git a/config.h b/config.h index 5e065ad..b760a15 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* 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 */ static const char *fonts[] = { "monospace:size=10" }; //static const char *fonts[] = { "JetBrains Mono Nerd Font:size=11:antialias=true:autohint=true" }; //static const char dmenufont[] = "JetBrains Mono Nerd Font:size=12"; diff --git a/dwm b/dwm index 81d2e64..f6b429d 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index d6f558a..53c47c1 100644 Binary files a/dwm.o and b/dwm.o differ