diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | c7c1a753c06061ff3eaf81e32b2e9e3481e275c2 (patch) | |
| tree | 3d81c986928a986e8547bee23563eb38a52df7a1 /dmenu_config.h | |
| parent | 6c460ad5c10f7c0549ccade4c8bccaf4cfa3d784 (diff) | |
update
Diffstat (limited to 'dmenu_config.h')
| -rw-r--r-- | dmenu_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_config.h b/dmenu_config.h index 32ba787..2c77d4b 100644 --- a/dmenu_config.h +++ b/dmenu_config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMono Nerd Font:size=10" + "JetbrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { |
