diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 09b32c2..5838fad 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,8 @@ #include <stdio.h> /* appearance */ +static const int vertpad = 5; /* vertical padding of bar */ +static const int sidepad = 5; /* horizontal padding of bar */ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 5; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ |
