home/alacritty: enable option_as_alt
This commit is contained in:
parent
eac51ad30f
commit
1e8876ee81
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
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
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue