diff options
| author | Arnor Nolen <andrey1gorbulin@gmail.com> | 2023-04-17 19:27:37 +0300 |
|---|---|---|
| committer | Arnor Nolen <andrey1gorbulin@gmail.com> | 2023-04-17 19:27:37 +0300 |
| commit | 0b23ae5d1e5c38eb8bf3fb1bf4d8e6896f40085f (patch) | |
| tree | ebfef747d0e2f55fe6d12f10f17275254aec1d2c /config.def.h | |
| parent | 7e70e4662bfd5add85478956f44aded23b098e50 (diff) | |
| download | dwlb-0b23ae5d1e5c38eb8bf3fb1bf4d8e6896f40085f.tar.gz | |
Scaling patch
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 83d7481..f91787b 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,8 @@ static bool status_commands = true; static bool center_title = false; // use title space as status text element static bool custom_title = false; +// scale +static uint32_t buffer_scale = 1; // font static char *fontstr = "monospace:size=16"; // tag names if ipc is disabled |