From c5456ecfe33d39cefbf4e2341b68179f46480d13 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:31:43 +0300 Subject: [PATCH] Revert "forgot to add this toconfig.def.h" This reverts commit eb8c050d71faf653a29b3ffee45beef48a4e36b4. --- config/dwm/config.def.h | 3 --- 1 file changed, 3 deletions(-) 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";