diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index adfafb29..99940b79 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -15,9 +15,6 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ 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 char *fonts[] = { "JetBrainsMono NF:size=10" }; static const char dmenufont[] = "monospace:size=10"; //static const char col_gray1[] = "#222222";