aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-30 03:03:50 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-30 03:03:50 -0500
commit83318afdb6280e9f0d4aefda22db6f55bc76124b (patch)
tree71246933724e9e0d2efd074c0ac8e5001265cf7b /runs-all
parent0574377182f28a8449b1955d287bfa27cfc3fe88 (diff)
Squashed commit of the following:
- dusnt theme - readme fix? - removed librewolf from laptop backup. takes too long - wezterm var for wezterm - use p10kbar only if wezterm var - removed zsh entry in wezterm and tmux - moved to librewolf - backup changes
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/get-reqs-arch/tools.sh1
-rwxr-xr-xruns-all/mimes.sh4
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 --------