mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
Fix some config help that caused website errors when copied
This commit is contained in:
@ -2761,14 +2761,14 @@ else
|
|||||||
///
|
///
|
||||||
/// GTK CSS documentation can be found at the following links:
|
/// GTK CSS documentation can be found at the following links:
|
||||||
///
|
///
|
||||||
/// * <https://docs.gtk.org/gtk4/css-overview.html> - An overview of GTK CSS.
|
/// * https://docs.gtk.org/gtk4/css-overview.html - An overview of GTK CSS.
|
||||||
/// * <https://docs.gtk.org/gtk4/css-properties.html> - A comprehensive list
|
/// * https://docs.gtk.org/gtk4/css-properties.html - A comprehensive list
|
||||||
/// of supported CSS properties.
|
/// of supported CSS properties.
|
||||||
///
|
///
|
||||||
/// Launch Ghostty with `env GTK_DEBUG=interactive ghostty` to tweak Ghostty's
|
/// Launch Ghostty with `env GTK_DEBUG=interactive ghostty` to tweak Ghostty's
|
||||||
/// CSS in real time using the GTK Inspector. Errors in your CSS files would
|
/// CSS in real time using the GTK Inspector. Errors in your CSS files would
|
||||||
/// also be reported in the terminal you started Ghostty from. See
|
/// also be reported in the terminal you started Ghostty from. See
|
||||||
/// <https://developer.gnome.org/documentation/tools/inspector.html> for more
|
/// https://developer.gnome.org/documentation/tools/inspector.html for more
|
||||||
/// information about the GTK Inspector.
|
/// information about the GTK Inspector.
|
||||||
///
|
///
|
||||||
/// This configuration can be repeated multiple times to load multiple files.
|
/// This configuration can be repeated multiple times to load multiple files.
|
||||||
|
Reference in New Issue
Block a user