Skip to content

Commit

Permalink
Clarify system titlebar behavior
Browse files Browse the repository at this point in the history
Closes #250
  • Loading branch information
TingPing committed Sep 26, 2021
1 parent d8d0672 commit 660a4fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/desktop-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,11 @@ From a user experience perspective, it is important to ensure that window
controls appear on the same side of the window as other desktops. On Linux
this is the right side of the window (like Windows).

Applications can rely on system-provided titlebars on Linux, if they don't
want to draw their own window controls.
On X11 applications can rely on system-provided titlebars if they don't
want to draw their own window controls. For a consistent Wayland experience
applications must always provide their own.
See `libdecoration <https://gitlab.gnome.org/jadahl/libdecoration>`_ for a
general solution.

Window decorations
------------------
Expand Down

0 comments on commit 660a4fd

Please sign in to comment.