From 0b7588b3cb11ba400018c3e814017dcfb010e6a8 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 30 Sep 2025 18:18:37 +0200 Subject: up --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 15770bb..a1eaa63 100644 --- a/config.def.h +++ b/config.def.h @@ -169,8 +169,8 @@ static const char *ndate_cmd[] = { "ndate", NULL }; // static const char *file_cmd[] = { "alacritty", "-e", "zsh", "-ic", "lf", NULL }; // static const char *file_alt_cmd[] = { "pcmanfm", NULL }; // static const char *edit_cmd[] = { "emacsclient", "-c", NULL }; -static const char *browser_cmd[] = { "vimb", NULL }; -static const char *alt_browser_cmd[] = { "firefox", "", NULL }; +static const char *browser_cmd[] = { "firefox", NULL }; +static const char *alt_browser_cmd[] = { "vimb", NULL }; static const char *torbro_cmd[] = { "torify", "librewolf", NULL }; // static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL }; // static const char *ncmpc_cmd[] = { "alacritty", "-e", "ncmpc", NULL }; -- cgit v1.2.3