summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index f4c1b5a..3a31604 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=true";
+static char *font2[] = {
+ "Spoqa Han Sans Neo:pixelsize=15:antialias=true:autohint=true",
+ "Hack Nerd Font:pixelsize=23:antialias=true:autohint=true",
+ "Joypixels:pixelsize=14:antialias=true:autohint=true"
+};
+
static int borderpx = 2;
/*