fix(tazjin/nixos): disable internal borders in emacs

They can apparently lead to frame geography calculation issues.

Change-Id: I0a01b9980b30580be6fb356d1c797d551731332c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10656
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-01-17 18:25:42 +03:00 committed by clbot
parent 4e26321623
commit 5e67b94704

View file

@ -29,7 +29,7 @@
windowManager.session = lib.singleton {
name = "exwm";
start = "${config.tazjin.emacs}/bin/tazjins-emacs";
start = "${config.tazjin.emacs}/bin/tazjins-emacs --internal-border=0 --border-width=0";
};
};
};