From 0acf0ca0e6065e6e280134a95571c1648495c1fb Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 12 Aug 2021 18:06:23 -0500 Subject: anygeometry + anysize --- config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index e396de3..7d29209 100644 --- a/config.h +++ b/config.h @@ -152,6 +152,12 @@ unsigned int bg = 0, bgUnfocused = 0; */ static unsigned int cursorshape = 2; +/* + * Whether to use pixel geometry or cell geometry + */ + +static Geometry geometry = CellGeometry; + /* * Default columns and rows numbers */ @@ -159,6 +165,13 @@ static unsigned int cursorshape = 2; static unsigned int cols = 80; static unsigned int rows = 24; +/* + * Default width and height (including borders!) + */ + +static unsigned int width = 564; +static unsigned int height = 364; + /* * Default colour and shape of the mouse cursor */ -- cgit v1.2.3