From 8911e74cfdf10a7f4b57c4f88646ff962b6565ff Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 22 Sep 2026 13:57:08 +0100 Subject: Remove Ghostty window decorations on the corporate laptop --- dot_config/ghostty/config.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dot_config/ghostty/config.tmpl') diff --git a/dot_config/ghostty/config.tmpl b/dot_config/ghostty/config.tmpl index 605c6d1..e38812c 100644 --- a/dot_config/ghostty/config.tmpl +++ b/dot_config/ghostty/config.tmpl @@ -12,12 +12,10 @@ clipboard-read = allow # Bell — request urgency hint on BEL so sway/waybar highlight the workspace bell-features = attention,title -# Window — no decorations (sway manages windows) +# Window +window-decoration = none {{ if eq (default "host" (index . "machineRole")) "canonical" }} -window-decoration = auto command = {{ .chezmoi.homeDir }}/.nix-profile/bin/zsh -l -{{ else }} -window-decoration = none {{ end }} confirm-close-surface = false resize-overlay = never -- cgit v1.3.1