diff options
author | joe <rbo@gmx.us> | 2025-09-30 18:18:37 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-30 18:18:37 +0200 |
commit | 0b7588b3cb11ba400018c3e814017dcfb010e6a8 (patch) | |
tree | 5b36d76d2b402daf33a9ca63ea9035ffabfe7906 | |
parent | up (diff) | |
download | dwm-0b7588b3cb11ba400018c3e814017dcfb010e6a8.tar.gz dwm-0b7588b3cb11ba400018c3e814017dcfb010e6a8.tar.bz2 dwm-0b7588b3cb11ba400018c3e814017dcfb010e6a8.tar.xz dwm-0b7588b3cb11ba400018c3e814017dcfb010e6a8.tar.zst dwm-0b7588b3cb11ba400018c3e814017dcfb010e6a8.zip |
up
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |