diff options
Diffstat (limited to 'config.h')
| -rwxr-xr-x[-rw-r--r--] | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,12 +2,13 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +static int fuzzy = 1; /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "JetBrainsMono Nerd Font:size=10", "JetBrainsMono Nerd Font:pixelsize=10:antialias=true:autohint=true", - "emoji:size=10" // For rendering emojis + "emoji:size=10" // For rendering emojis }; static const unsigned int bgalpha = 0xe0; static const unsigned int fgalpha = OPAQUE; |
