fix(foot): enable terminal transparency

This commit is contained in:
514fpv 2024-04-19 09:24:37 +08:00
parent 8389f07570
commit de4ae845bd
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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