diff options
author | joe <rbo@gmx.us> | 2025-10-01 09:24:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 09:24:59 +0200 |
commit | 577ce01fc3b2024a8aa5b985846d009978ae5a2d (patch) | |
tree | b4db8080d5e25ab432636a197ce51422dcc310b1 | |
parent | up (diff) | |
download | dwm-577ce01fc3b2024a8aa5b985846d009978ae5a2d.tar.gz dwm-577ce01fc3b2024a8aa5b985846d009978ae5a2d.tar.bz2 dwm-577ce01fc3b2024a8aa5b985846d009978ae5a2d.tar.xz dwm-577ce01fc3b2024a8aa5b985846d009978ae5a2d.tar.zst dwm-577ce01fc3b2024a8aa5b985846d009978ae5a2d.zip |
up
Diffstat (limited to '')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a1eaa63..892170e 100644 --- a/config.def.h +++ b/config.def.h @@ -170,7 +170,7 @@ static const char *ndate_cmd[] = { "ndate", NULL }; // static const char *file_alt_cmd[] = { "pcmanfm", NULL }; // static const char *edit_cmd[] = { "emacsclient", "-c", NULL }; static const char *browser_cmd[] = { "firefox", NULL }; -static const char *alt_browser_cmd[] = { "vimb", NULL }; +static const char *alt_browser_cmd[] = { "surf", "https://duck.com/", 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 }; |