mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
config: Add the option toast_on_clipboard_copy
Add a config option to enable/disable the toast shown on clipboard copy
This commit is contained in:
committed by
Mitchell Hashimoto
parent
5293e8a819
commit
e6bb1a56eb
@@ -1276,6 +1276,9 @@ keybind: Keybinds = .{},
|
||||
@"clipboard-read": ClipboardAccess = .ask,
|
||||
@"clipboard-write": ClipboardAccess = .allow,
|
||||
|
||||
/// Enables or disables the toast message on a clipboard copy action.
|
||||
@"toast-on-clipboard-copy": bool = true,
|
||||
|
||||
/// Trims trailing whitespace on data that is copied to the clipboard. This does
|
||||
/// not affect data sent to the clipboard via `clipboard-write`.
|
||||
@"clipboard-trim-trailing-spaces": bool = true,
|
||||
|
||||
Reference in New Issue
Block a user