This commit is contained in:
Marco Thomas
2021-03-28 20:03:59 +02:00
parent 93ff52cfa4
commit 03c4640427
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.o

View File

@@ -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 */