birdwm

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

commit 59fee06a2e72ab5c412789845f9cb9f4d69fdb8e
parent 9411e4f522540a22b2a97f7c4eeb1488a9f8c15f
Author: grouse <bdmfegys@duck.com>
Date:   Mon, 27 Nov 2023 23:12:07 -0500

switched librewolf.appimage firefox keybinding to librewolf

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

diff --git a/config.def.h b/config.def.h @@ -109,7 +109,7 @@ static const char *restarter[] = { "restarter", NULL}; 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.AppImage", NULL}; +static const char *firefox[] = { "librewolf", NULL}; static const Key keys[] = { /* modifier key function argument */