home(foot): enable terminal transparency

This commit is contained in:
514fpv 2024-04-19 09:24:37 +08:00
parent b6d0641380
commit f79e17b1dc
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

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;
};
}