mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-01 07:47:12 +02:00
feat(terminal): hide title bars in foot and ghostty
Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user