diff options
| author | sinanmohd <pcmsinan@gmail.com> | 2021-06-29 14:07:30 +0530 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2021-06-29 14:07:30 +0530 | 
| commit | 2e502e60d978c6121f9c57cfcd4ba1e0955b3a0e (patch) | |
| tree | b582eb956f7e6c5ba6a379637c29dd3ef5d8500f | |
| parent | fe0a3d6bb9f8f1c0b1431aa268bcbb1e1ef40a80 (diff) | |
emoji
| -rw-r--r-- | config.def.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config.def.h b/config.def.h index 2891521..5f7ce6e 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,7 @@ static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true";  /* Spare fonts */  static char *font2[] = {  	"JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true", +	"JoyPixels:pixelsize=10:antialias=true:autohint=true"  /*	"Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */  }; | 
