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:
parent
4e26321623
commit
5e67b94704
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue