From 0b23ae5d1e5c38eb8bf3fb1bf4d8e6896f40085f Mon Sep 17 00:00:00 2001 From: Arnor Nolen Date: Mon, 17 Apr 2023 19:27:37 +0300 Subject: Scaling patch --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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 -- cgit v1.2.3