support fontawesome

This commit is contained in:
2023-10-12 22:47:12 +02:00
parent c0ae94b243
commit 41f04c8a35

View File

@@ -7,7 +7,10 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
static const char *fonts[] = { static const char *fonts[] = {
"monospace:size=13", "monospace:size=13",
"IPAGothic:size=13", "IPAGothic:size=13",
"symbola:size=13"}; "symbola:size=13",
"Font Awesome 6 Free:size=13",
"Font Awesome 6 Brands:size=13"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
@@ -45,3 +48,4 @@ static int vertpad = 10;
* for example: " /?\"&[]" * for example: " /?\"&[]"
*/ */
static const char worddelimiters[] = " "; static const char worddelimiters[] = " ";