summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-12-20 20:44:21 -0700
committermo khan <mo.khan@gmail.com>2020-02-06 10:37:41 -0700
commit84372c89668f74be0de497384ae213729ec23382 (patch)
treec7b9488655a337fe909f99ece9749cdf44b195e7
parentbec00c5092cf7d2f95d3964065decfb2b7171e1a (diff)
Start st in fullscreen
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 489637c..df1fb38 100644
--- a/config.h
+++ b/config.h
@@ -152,8 +152,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 = 1920;
+static unsigned int rows = 1080;
/*
* Default colour and shape of the mouse cursor