diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2023-12-31 02:10:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 02:10:36 +0000 |
| commit | 7fd5037c284fcb7795bfd67a0985b05ddc8f7069 (patch) | |
| tree | 497a2a8cdf0be3f963442c219aef8c74d252b24f /config.h | |
| parent | 3d174e2cc89ddf9fd49802b1b4c85b7ab69de7b1 (diff) | |
update to dwm 6.4
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int gappx = 12; /* gaps between windows */ +static const unsigned int gappx = 12; /* gaps between 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 user_bh = 22; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ +static const int user_bh = 22; /* user bar height; set to 0 if you want to use dwm's... */ static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; static const char col_gray1[] = "#282828"; |
