aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-17 17:48:50 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-17 17:48:50 +0100
commite4cb2da8e9af50de5f4efd7cc4ad2e31056198b0 (patch)
tree7d0ab3caeb263d2ea773513dfc605ca04a70fa96 /config.h
parent4d2db6895a167fcb3f38972852a92bcceab9d930 (diff)
fix text jiggling when resizing window
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index d28078f..8474bae 100644
--- a/config.h
+++ b/config.h
@@ -18,8 +18,8 @@ static int borderpx = 0;
* doesn't perfectly match the size of the window. The values are percentages.
* 50 means center, 0 means flush left/top, 100 means flush right/bottom.
*/
-static int anysize_halign = 50;
-static int anysize_valign = 50;
+static int anysize_halign = 0;
+static int anysize_valign = 0;
/*
* What program is execed by st depends of these precedence rules:
@@ -167,8 +167,8 @@ static unsigned int cursorshape = 2;
* Default columns and rows numbers
*/
-static unsigned int cols = 130;
-static unsigned int rows = 41;
+static unsigned int cols = 180;
+static unsigned int rows = 50;
/*
* Default colour and shape of the mouse cursor