fix alacritty icon bouncing on macos
1 files changed, 4 insertions(+), 0 deletions(-) M modules/shell-configs/overlay/.bashrc
M modules/shell-configs/overlay/.bashrc => modules/shell-configs/overlay/.bashrc +4 -0
@@ 15,3 15,7 @@ fi if [ -e "$HOME/.bashrc.local" ] ; then . "$HOME/.bashrc.local" fi + +# Stop alacritty from bouncing on macOS +# see: https://github.com/alacritty/alacritty/issues/2950#issuecomment-706610878 +printf "\e[?1042l"