From 316b7cfd211a1067e39b8317c51e69b65476b9ae Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 2 Aug 2022 14:09:45 -0400 Subject: [PATCH] switch to librewolf --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index beb4c11..20b7ea0 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* Constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "brave" +#define BROWSER "librewolf" /* appearance */ static unsigned int borderpx = 3; /* border pixel of windows */