birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 07f7b2768e4fa0bd481a5142f259437c57765212
parent 27603867f7667b6cf7f95b7510f1e51bc5b1ea99
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 16 Jan 2024 19:53:17 -0500

switch browser from librewolf to floorp flatpak

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -120,7 +120,7 @@ static const char *restarter[] = { "restarter", NULL}; /* dmenu script for static const char *volup[] = { "volume.sh", "up", NULL}; static const char *voldown[] = { "volume.sh", "down", NULL}; static const char *volmute[] = { "volume.sh", "mute", NULL}; -static const char *firefox[] = { "librewolf", NULL}; /* browser shortcut */ +static const char *firefox[] = { "one.ablaze.floorp", NULL}; /* browser shortcut */ #include "exitdwm.c"