diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 14:22:11 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 14:22:11 +0200 |
| commit | e4e03e0bebe1b160cfa89249266c41f8a37c0e55 (patch) | |
| tree | 5b61bbc7938aac8d51f55dbc46d5b2d5c233b3b2 /config.def.h | |
| parent | 543761462cbe77b73073240ab8a9fe2e2c5aa2d2 (diff) | |
| download | dwm-e4e03e0bebe1b160cfa89249266c41f8a37c0e55.tar.gz dwm-e4e03e0bebe1b160cfa89249266c41f8a37c0e55.tar.bz2 dwm-e4e03e0bebe1b160cfa89249266c41f8a37c0e55.tar.xz dwm-e4e03e0bebe1b160cfa89249266c41f8a37c0e55.zip | |
barpadding teil 1
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 */ |
