Alacritty: don't hide mouse when typing
This commit is contained in:
parent
5c16d48348
commit
15e4b49e72
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
live_config_reload = false;
|
live_config_reload = false;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
mouse.hide_when_typing = true;
|
mouse.hide_when_typing = false;
|
||||||
}
|
}
|
||||||
// catppuccin-mocha;
|
// catppuccin-mocha;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue