addded kitty and fixed dwm

This commit is contained in:
Charlie Root 2024-04-20 22:59:53 +02:00
commit 35b69479d2
11 changed files with 87 additions and 14 deletions

View file

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
static char *font = "JetBrains Mono Nerd Font:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -94,6 +94,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
float alpha = 0.8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */