Migrate away the alacritty default override of opacity so Hyprland has full control

This commit is contained in:
David Heinemeier Hansson
2025-08-29 21:19:12 +02:00
parent 2647ea7745
commit ace0fb1cd5

3
migrations/1756494998.sh Normal file
View File

@@ -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