diff options
author | Joe <rbo@gmx.us> | 2024-04-22 09:31:32 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-22 09:31:32 +0200 |
commit | 4d09c0562597e5fddcd6934422365fa59021d3fc (patch) | |
tree | 2329d8b9452704899ce82f6f2d52f62c2cd0e9e0 | |
parent | tweaks (diff) | |
download | dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.gz dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.bz2 dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.xz dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.tar.zst dwm-4d09c0562597e5fddcd6934422365fa59021d3fc.zip |
up
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ static const char *ndate_cmd[] = { "/home/r_bousset/.local/bin/ndate", NUL 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[] = { "librewolf", NULL }; +static const char *browser_cmd[] = { "firefox", NULL }; static const char *torbro_cmd[] = { "torify", "librewolf", NULL }; static const char *w3m_cmd[] = { "alacritty", "-e", "w3m", "https://start.duckduckgo.com/", NULL }; static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL }; |