aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-08 22:42:46 -0600
committerTim Keller <tjkeller.xyz>2025-01-08 22:42:46 -0600
commit0e7f14ceaf5ecebf3517af9611276c61db2bc66b (patch)
tree5f7de768876ca47781e2d986351f605e3bce55a9 /config.def.h
parentd8e0ba487eca7164aed1d1fde1258558a6e44368 (diff)
downloadst-0e7f14ceaf5ecebf3517af9611276c61db2bc66b.tar.xz
st-0e7f14ceaf5ecebf3517af9611276c61db2bc66b.zip
replace anygeometry with anysize and modify for clean resizing
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/config.def.h b/config.def.h
index c535ee0..5a1a8ed 100644
--- a/config.def.h
+++ b/config.def.h
@@ -154,12 +154,6 @@ static unsigned int defaultrcs = 257;
static unsigned int cursorshape = 2;
/*
- * Whether to use pixel geometry or cell geometry
- */
-
-static Geometry geometry = CellGeometry;
-
-/*
* Default columns and rows numbers
*/
@@ -167,13 +161,6 @@ 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;