increase font size
This commit is contained in:
@@ -7,6 +7,11 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
In order to build st you need the Xlib header files.
|
In order to build st you need the Xlib header files.
|
||||||
|
|
||||||
|
```debian
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libx11-dev libxft-dev libxinerama-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
static char *font = "Comic Code:pixelsize=12:antialias=true:autohint=true";
|
static char *font = "Comic Code:pixelsize=16:antialias=true:autohint=true";
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user