From 79effc8f41d57da7ee33db9a5df27261b2719de5 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 8 Feb 2026 14:49:45 +0100 Subject: Update browser to librewolf --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 5f3af16..392988f 100644 --- a/config.h +++ b/config.h @@ -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"; -- cgit v1.2.3-70-g09d2