From d90a34bcde79bfbf7a94afab23b7326cdfdc0c8c Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 13 Sep 2022 01:06:32 +0530 Subject: switch to librewolf --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 42e6ca3..f952f69 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Constants */ -#define BROWSER "firefox" +#define BROWSER "librewolf" #define TERMINAL "st" /* appearance */ @@ -35,7 +35,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3