test: trying foot dpi-unaware

This commit is contained in:
Zhongheng Liu 2025-01-10 21:27:23 +02:00
commit e56dc0238f
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -6,7 +6,7 @@
settings = {
main = {
term = "xterm-256color";
dpi-aware = lib.mkForce "yes";
dpi-aware = lib.mkForce "no";
};
mouse = { hide-when-typing = "yes"; };
};