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; /*