diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-11-10 01:06:55 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-11-10 01:06:55 +0530 |
| commit | 9e27e7568271b6febc3dc169f052056d564666dd (patch) | |
| tree | 1c294024d492361257775ff8e92c69baca917760 /config.h | |
| parent | 2a20fb992b07fc343b3e87e3ba92bc05f6cb4d05 (diff) | |
patch: fuzzymatch
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; |
