From 5fb9b3618b4292a7f72ad35be77d7b17c26b06b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sat, 18 Jan 2025 20:10:50 +0100 Subject: [PATCH] feat(ghostty): disable paste protection --- ghostty/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghostty/config b/ghostty/config index 4f30eba..c5e76af 100644 --- a/ghostty/config +++ b/ghostty/config @@ -15,6 +15,7 @@ font-size = 15 font-thicken = true bold-is-bright = true +# disable ligatures font-feature=-calt font-feature=-liga font-feature=-dlig @@ -40,3 +41,6 @@ shell-integration = zsh # gtk gtk-titlebar = false + +# paste protection +clipboard-paste-protection = false