home/alacritty: enable option_as_alt

This commit is contained in:
Guanran Wang 2024-02-08 12:36:03 +08:00
parent eac51ad30f
commit 1e8876ee81
No known key found for this signature in database

View file

@ -1,6 +1,9 @@
{
programs.alacritty = {
enable = true;
settings.env.WINIT_X11_SCALE_FACTOR = "1"; # workaround for scaling in X11
settings = {
env.WINIT_X11_SCALE_FACTOR = "1"; # workaround for scaling in X11
window.option_as_alt = "Both"; # for zellij on macOS
};
};
}