mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 10:16:12 +03:00
config: mention X11 support in window-decoration docs
This commit is contained in:
@ -1157,9 +1157,9 @@ keybind: Keybinds = .{},
|
|||||||
/// * `client` - Prefer client-side decorations.
|
/// * `client` - Prefer client-side decorations.
|
||||||
///
|
///
|
||||||
/// * `server` - Prefer server-side decorations. This is only relevant
|
/// * `server` - Prefer server-side decorations. This is only relevant
|
||||||
/// on Linux with GTK. This currently only works on Linux with Wayland
|
/// on Linux with GTK, either on X11, or Wayland on a compositor that
|
||||||
/// and the `org_kde_kwin_server_decoration` protocol available (e.g.
|
/// supports the `org_kde_kwin_server_decoration` protocol (e.g. KDE Plasma,
|
||||||
/// KDE Plasma, but almost any non-GNOME desktop supports this protocol).
|
/// but almost any non-GNOME desktop supports this protocol).
|
||||||
///
|
///
|
||||||
/// If `server` is set but the environment doesn't support server-side
|
/// If `server` is set but the environment doesn't support server-side
|
||||||
/// decorations, client-side decorations will be used instead.
|
/// decorations, client-side decorations will be used instead.
|
||||||
|
Reference in New Issue
Block a user