diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-25 17:16:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-25 17:16:41 +0100 |
commit | 4221ef11fe8b0993f420954a76e2c37db2b1df56 (patch) | |
tree | 1077758f87a0d249ac364ec05885c8136334af0c /st | |
parent | fdc6d833384f75f6915aac8448f41d0701a5c8a5 (diff) | |
download | user-config-4221ef11fe8b0993f420954a76e2c37db2b1df56.tar.gz user-config-4221ef11fe8b0993f420954a76e2c37db2b1df56.zip |
some wm config
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |