From: Tucker Johnson Date: Fri, 23 May 2025 02:36:50 +0000 (-0400) Subject: qutebrowser migration X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=886a66febbfe98750da63f08620626e4c14bd05e;p=dwm.git qutebrowser migration --- diff --git a/config.h b/config.h index 934386f..c6838ba 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* Constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "librewolf" +#define BROWSER "qutebrowser" /* appearance */ static unsigned int borderpx = 3; /* border pixel of windows */ diff --git a/drw.o b/drw.o index 318a3fa..1eed472 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm.o b/dwm.o index a1a3ea0..c9d7f92 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index 9b987a5..0493952 100644 Binary files a/util.o and b/util.o differ