From a29b0fa53b5415dd1500ce6444bbe93a4f6ce3dc Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 2 Jun 2024 22:56:53 +0100 Subject: [PATCH] ST font settings --- dotfiles/.xinitrc | 3 +++ suckless/st/config.def.h | 2 +- suckless/st/config.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 dotfiles/.xinitrc diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc new file mode 100644 index 00000000..1e83e12e --- /dev/null +++ b/dotfiles/.xinitrc @@ -0,0 +1,3 @@ +slstatus & + +exec dwm \ No newline at end of file diff --git a/suckless/st/config.def.h b/suckless/st/config.def.h index 2cd740a2..f4a94410 100644 --- a/suckless/st/config.def.h +++ b/suckless/st/config.def.h @@ -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; /* diff --git a/suckless/st/config.h b/suckless/st/config.h index 2cd740a2..f4a94410 100644 --- a/suckless/st/config.h +++ b/suckless/st/config.h @@ -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; /*