dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 756c42ef538e4cbbb1203f050a21cf9cace670c8
parent 025c9dc82af09274795437bcc7e42b6e49776ae3
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 12 May 2026 14:37:27 +0900

ghostty: disable paste protection

I don't paste code on the web or from others; I apply diffs where
necessary, however I do copy paste my own code a lot and this is
frustrating. Disable it.

Diffstat:
M.config/ghostty/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/ghostty/config b/.config/ghostty/config @@ -63,6 +63,9 @@ shell-integration-features = no-cursor, ssh-env # Allow reading from the clipboard without prompting each time. clipboard-read = allow +# Disable paste confirmation warning. +clipboard-paste-protection = false + # Don't show a folder icon in the title bar. macos-titlebar-proxy-icon = hidden