diff options
Diffstat (limited to 'runs-all')
| -rwxr-xr-x | runs-all/get-reqs-arch/tools.sh | 1 | ||||
| -rwxr-xr-x | runs-all/mimes.sh | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/runs-all/get-reqs-arch/tools.sh b/runs-all/get-reqs-arch/tools.sh index 5fa807f..2c519b3 100755 --- a/runs-all/get-reqs-arch/tools.sh +++ b/runs-all/get-reqs-arch/tools.sh @@ -1 +1,2 @@ $sudo pacman -S --noconfirm zsh bat ntfs-3g inetutils doas atuin gvfs-mtp btop htop wezterm rxvt-unicode lf ripgrep rofi-wayland networkmanager +$aurm -S librewolf-bin diff --git a/runs-all/mimes.sh b/runs-all/mimes.sh index fa5903a..c6f4114 100755 --- a/runs-all/mimes.sh +++ b/runs-all/mimes.sh @@ -2,10 +2,10 @@ echo SETTING MIMES unset BROWSER -xdg-mime default zen.desktop application/pdf +xdg-settings set default-web-browser librewolf.desktop +xdg-mime default librewolf.desktop application/pdf xdg-mime default pinta.desktop image/jpeg xdg-mime default pinta.desktop image/png xdg-mime default pinta.desktop image/webp xdg-mime default pinta.desktop image/gif -xdg-settings set default-web-browser custom-zen.desktop echo -------- |
