Alacritty: don't hide mouse when typing

This commit is contained in:
Evie Litherland-Smith 2024-03-12 15:34:27 +00:00
parent 5c16d48348
commit 15e4b49e72

View file

@ -23,7 +23,7 @@
};
live_config_reload = false;
selection.save_to_clipboard = true;
mouse.hide_when_typing = true;
mouse.hide_when_typing = false;
}
// catppuccin-mocha;
};