feat(terminal): hide title bars in foot and ghostty

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2026-08-31 18:36:32 +08:00
parent 9822dafa89
commit e1a9424350
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@
font-family = "Maple Mono NF CN";
font-size = 13;
# hide title bar/header bar (Linux only; on macOS it would remove the traffic lights too)
window-decoration = pkgs.stdenv.hostPlatform.isDarwin;
background-opacity = 0.93;
# only supported on macOS;
background-blur-radius = 10;