You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wayland: add window decoration options and hide-titlebar-when-maximized hint
This commit adds multiple options for controlling window decorations on Wayland:
1. Prefer server-side decorations (SSD) over client-side decorations (CSD)
2. Add hide-titlebar-when-maximized hint for better compatibility with
GNOME extensions like Unite
3. Add environment variable DARKTABLE_HIDE_TITLEBAR_ON_MAXIMIZE to opt-out
of HeaderBar usage when maximized (for Unite compatibility)
4. Add darktablerc option 'hide_titlebar_on_maximize' for persistent configuration
These changes improve window behavior on Wayland, especially with tiling
window managers and GNOME Shell extensions.
0 commit comments