mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: improve adw-toast docs
This commit is contained in:
@ -1959,14 +1959,21 @@ keybind: Keybinds = .{},
|
|||||||
/// that appear overlaid on top of the terminal window. They are used to
|
/// that appear overlaid on top of the terminal window. They are used to
|
||||||
/// show information that is not critical but may be important.
|
/// show information that is not critical but may be important.
|
||||||
///
|
///
|
||||||
/// Valid values are:
|
/// Possible toasts are:
|
||||||
///
|
///
|
||||||
/// - `clipboard-copy` (default: true) - Show a toast when text is copied
|
/// - `clipboard-copy` (default: true) - Show a toast when text is copied
|
||||||
/// to the clipboard.
|
/// to the clipboard.
|
||||||
///
|
///
|
||||||
/// You can prefix any value with `no-` to disable it. For example,
|
/// To specify a toast to enable, specify the name of the toast. To specify
|
||||||
/// `no-clipboard-copy` will disable the clipboard copy toast. Multiple
|
/// a toast to disable, prefix the name with `no-`. For example, to disable
|
||||||
/// values can be set by separating them with commas.
|
/// the clipboard-copy toast, set this configuration to `no-clipboard-copy`.
|
||||||
|
/// To enable the clipboard-copy toast, set this configuration to
|
||||||
|
/// `clipboard-copy`.
|
||||||
|
///
|
||||||
|
/// Multiple toasts can be enabled or disabled by separating them with a comma.
|
||||||
|
///
|
||||||
|
/// A value of "false" will disable all toasts. A value of "true" will
|
||||||
|
/// enable all toasts.
|
||||||
///
|
///
|
||||||
/// This configuration only applies to GTK with Adwaita enabled.
|
/// This configuration only applies to GTK with Adwaita enabled.
|
||||||
@"adw-toast": AdwToast = .{},
|
@"adw-toast": AdwToast = .{},
|
||||||
|
Reference in New Issue
Block a user