aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorkolunmi <113054217+kolunmi@users.noreply.github.com>2023-05-03 13:46:01 -0700
committerGitHub <noreply@github.com>2023-05-03 13:46:01 -0700
commitc1f913ddaf315bcf9252e3958b455f5a81d65c4f (patch)
treebadb7ae18960c7121ad4b124c092813a347d78e7 /config.def.h
parent7e70e4662bfd5add85478956f44aded23b098e50 (diff)
parent0493b74b10a362148e972af8fa721f4bbe58b955 (diff)
downloaddwlb-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.h2
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