From 4221ef11fe8b0993f420954a76e2c37db2b1df56 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Nov 2023 17:16:41 +0100 Subject: some wm config --- st/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index b489084..3b4b41e 100644 --- a/st/config.h +++ b/st/config.h @@ -147,8 +147,8 @@ static unsigned int cursorshape = 2; * Default columns and rows numbers */ -static unsigned int cols = 80; -static unsigned int rows = 24; +static unsigned int cols = 100; +static unsigned int rows = 50; /* * Default colour and shape of the mouse cursor -- cgit v1.2.3