birdwm

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

commit 41167a336687d9f6d655d51f7e9d3e487b4ec777
parent 454bc9b3fcc59c563fdace4446f1c8120d281020
Author: grouse <bdmfegys@duck.com>
Date:   Thu, 25 Jan 2024 18:09:34 -0500

change browser launched by alt + f to mullvad flatpak

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

diff --git a/config.def.h b/config.def.h @@ -121,7 +121,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[] = { "one.ablaze.floorp", NULL}; /* browser shortcut */ +static const char *firefox[] = { "net.mullvad.MullvadBrowser", NULL}; /* browser shortcut */ #include "exitdwm.c"