diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -153,6 +153,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 */ @@ -160,6 +166,13 @@ 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 */ static unsigned int mouseshape = XC_xterm; |
