diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2023-05-03 13:46:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-03 13:46:01 -0700 |
| commit | c1f913ddaf315bcf9252e3958b455f5a81d65c4f (patch) | |
| tree | badb7ae18960c7121ad4b124c092813a347d78e7 /config.def.h | |
| parent | 7e70e4662bfd5add85478956f44aded23b098e50 (diff) | |
| parent | 0493b74b10a362148e972af8fa721f4bbe58b955 (diff) | |
| download | dwlb-c1f913ddaf315bcf9252e3958b455f5a81d65c4f.tar.gz | |
Merge pull request #7 from arnor-nolen/buffer-scale
Integer scaling using buffer_scale
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 |