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 +-- config.h | 3 +-- dwm | Bin 80208 -> 80176 bytes 3 files changed, 2 insertions(+), 4 deletions(-) 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) */ diff --git a/config.h b/config.h index 42e6ca3..f952f69 100644 --- a/config.h +++ b/config.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) */ diff --git a/dwm b/dwm index 4edd5d7..c554c1f 100755 Binary files a/dwm and b/dwm differ -- cgit v1.2.3