From 07a9a0ffa0a7468d03db0013fa7e71d1eedd4ad9 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 18 May 2026 22:34:56 +0200 Subject: ghostty: add CRT shader --- ghostty/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ghostty/config') diff --git a/ghostty/config b/ghostty/config index 57e4bbe..bd903f0 100644 --- a/ghostty/config +++ b/ghostty/config @@ -6,3 +6,5 @@ window-padding-balance = true window-padding-color = extend # prevents ghostty from showing popup before closing confirm-close-surface = false + +custom-shader = ~/.config/ghostty/shaders/in-game-crt.glsl -- cgit v1.3.1 From 02559ea54155701b99ba3e4a860fa69c13c7ab6e Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 18 May 2026 22:35:02 +0200 Subject: fix SSH issue --- ghostty/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ghostty/config') diff --git a/ghostty/config b/ghostty/config index bd903f0..f7021e6 100644 --- a/ghostty/config +++ b/ghostty/config @@ -6,5 +6,7 @@ window-padding-balance = true window-padding-color = extend # prevents ghostty from showing popup before closing confirm-close-surface = false +# Fixes weird ssh via zsh +shell-integration-features = ssh-terminfo,ssh-env custom-shader = ~/.config/ghostty/shaders/in-game-crt.glsl -- cgit v1.3.1