From d61ee462107dc6bc1560e4fd4cd5cfc20dcbaca4 Mon Sep 17 00:00:00 2001 From: Leah Amelia Chen Date: Mon, 3 Feb 2025 09:17:55 +0100 Subject: [PATCH] config: mention X11 support in window-decoration docs --- src/config/Config.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 0ed98bdea..b39470615 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1157,9 +1157,9 @@ keybind: Keybinds = .{}, /// * `client` - Prefer client-side decorations. /// /// * `server` - Prefer server-side decorations. This is only relevant -/// on Linux with GTK. This currently only works on Linux with Wayland -/// and the `org_kde_kwin_server_decoration` protocol available (e.g. -/// KDE Plasma, but almost any non-GNOME desktop supports this protocol). +/// on Linux with GTK, either on X11, or Wayland on a compositor that +/// supports the `org_kde_kwin_server_decoration` protocol (e.g. KDE Plasma, +/// but almost any non-GNOME desktop supports this protocol). /// /// If `server` is set but the environment doesn't support server-side /// decorations, client-side decorations will be used instead.