diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:45 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:45 +0100 |
| commit | 79effc8f41d57da7ee33db9a5df27261b2719de5 (patch) | |
| tree | b69c54aa51b3df1ade82bd67e3a9782f413dcfc5 /config.h | |
| parent | a1210e0a8aa885ebff6103afe0da39a81f4d9f4d (diff) | |
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"; |