diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ /* Constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "firefox" +#define BROWSER "librewolf" /* appearance */ static unsigned int borderpx = 1; /* border pixel of windows */ @@ -16,8 +16,8 @@ static unsigned int gappov = 30; /* vert outer gap between windows and screen static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static char *fonts[] = { "monospace:size=8", "Symbols Nerd Font:style=Regular:pixelsize=12:antialias=true:autohint=true" }; -static char dmenufont[] = "monospace:size=8"; +static char *fonts[] = { "monospace:size=10", "Symbols Nerd Font:style=Regular:pixelsize=12:antialias=true:autohint=true" }; +static char dmenufont[] = "monospace:size=10"; static char normbgcolor[] = "#000000"; static char normbordercolor[] = "#000000"; static char normfgcolor[] = "#eeeeee"; |