birdwm

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

commit 1ce9dd0285da0118bb74cdfd7c4fffa5cd657aef
parent dfca0579c8fb2dfb3940e4389dee79f95ccc81dc
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date:   Sat, 10 Aug 2024 00:36:31 -0400

config.def.h: set librewolf flatpak as default browser

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

diff --git a/config.def.h b/config.def.h @@ -129,7 +129,7 @@ static const char *termcmd[] = { "birdterm", NULL }; static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL }; static const char *wallpapergif[] = { "nsxiv", "-t", GIFDIR, NULL }; /* calling gif wallpaper picker script, utilizes nsxiv */ static const char *restarter[] = { "restarter" }; /* dmenu script for restarting daemons and getting system info through dunst */ -static const char *browser[] = { "surf" }; /* browser shortcut */ +static const char *browser[] = { "io.gitlab.librewolf-community" }; /* browser shortcut */ static const char *screenshot[] = { "screenshot.sh" }; /* browser shortcut */ /* pulseaudio script for setting volume, called by XF86 keys */