fix(foot): disable terminal transparency

This commit is contained in:
514fpv 2024-05-11 10:30:20 +08:00
parent 2d2895949b
commit 06d6fed4a0
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -6,6 +6,6 @@
enable = true;
settings.main.term = "xterm-256color";
settings.main.font = "DejaVu Sans Mono:size=11";
settings.colors.alpha = 0.8;
#settings.colors.alpha = 0.8;
};
}