From 03c464042756195016d41a2db42b357964e5fa86 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 28 Mar 2021 20:03:59 +0200 Subject: [PATCH] New font --- .gitignore | 2 ++ config.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..874c63c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o + diff --git a/config.h b/config.h index 31e03ef..e609e9f 100644 --- a/config.h +++ b/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[] = { - "FiraCode Nerd Font Mono:size=13", + "Product Sans:size=13", "monospace:size=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */