ST font settings

This commit is contained in:
2024-06-02 22:56:53 +01:00
parent c52b782827
commit 4db3943e48
3 changed files with 5 additions and 2 deletions

3
dotfiles/.xinitrc Normal file
View File

@@ -0,0 +1,3 @@
slstatus &
exec dwm

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true";
static int borderpx = 2;
/*

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true";
static int borderpx = 2;
/*