From ace0fb1cd5b1d654574e24c667c496be613fc4ec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 29 Aug 2025 21:19:12 +0200 Subject: [PATCH] Migrate away the alacritty default override of opacity so Hyprland has full control --- migrations/1756494998.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/1756494998.sh diff --git a/migrations/1756494998.sh b/migrations/1756494998.sh new file mode 100644 index 0000000..e25f38d --- /dev/null +++ b/migrations/1756494998.sh @@ -0,0 +1,3 @@ +echo "Remove opacity from alacritty.toml so Hyprland can control fully" + +sed -i '/opacity = 0.98/d' ~/.config/alacritty/alacritty.toml