aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-x[-rw-r--r--]config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 32aae14..a32e834 100644..100755
--- a/config.h
+++ b/config.h
@@ -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;