From dad30c2bb9f088944452609a52d34e4b4a74fc8b Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Wed, 18 Feb 2026 08:41:44 +0100 Subject: [PATCH] ghostty: Fixed config --- .config/ghostty/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 1ec09b7..a77e392 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -3,19 +3,19 @@ font-thicken = true font-size = 15 theme = Catppuccin Mocha -window-inherit-font-size = true -window-height = 33 -window-width = 130 - cursor-opacity = 0.5 cursor-style-blink = true background-opacity = 0.9 background-blur-radius = 20 -initial-command = tmux new -A -s main +initial-command = /opt/homebrew/bin/tmux new -A -s main quit-after-last-window-closed = true +window-inherit-font-size = true +window-height = 33 +window-width = 130 + mouse-hide-while-typing = true shell-integration = zsh clipboard-paste-protection = false