diff options
Diffstat (limited to '')
-rw-r--r-- | .config/env | 2 | ||||
-rwxr-xr-x | .local/bin/dmapps | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/env b/.config/env index df48ad7..3bbd2c2 100644 --- a/.config/env +++ b/.config/env @@ -30,7 +30,7 @@ export VISUAL="${EDITOR}" export PAGER='less' export MANPAGER='less' export TERMINAL='alacritty' -export BROWSER='librewolf' +export BROWSER='firefox' export READER='zathura' export FILE='lf' diff --git a/.local/bin/dmapps b/.local/bin/dmapps index d693d31..9af59c8 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -80,7 +80,7 @@ sub run exec("pcmanfm"); } case "Web browser" { - exec("librewolf"); + exec("firefox"); } case "Mail client" { exec("thunderbird"); |