diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-04-29 14:06:12 +0000 |
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-04-29 14:06:12 +0000 |
| commit | bc8111c77d340c2c0a6fa20eac03f204940da2fa (patch) | |
| tree | cf852238b89fbc7bf878805f1fba0d03313ac3fe | |
| parent | color emojis (diff) | |
| download | st-bc8111c77d340c2c0a6fa20eac03f204940da2fa.tar.gz st-bc8111c77d340c2c0a6fa20eac03f204940da2fa.zip | |
increased emoji size
| -rw-r--r-- | config.def.h | 2 | ||||
| -rw-r--r-- | config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index f977157..0c9eb04 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,7 @@ static char font[] = /* Spare fonts */ static char *font2[] = { "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true", - "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true", + "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true", }; static int borderpx = 2; @@ -10,7 +10,7 @@ static char font[] = /* Spare fonts */ static char *font2[] = { "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true", - "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true", + "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true", }; static int borderpx = 2; |
