Cleanup previous PR

This commit is contained in:
Kovid Goyal 2026-02-23 19:40:07 +05:30
parent 5cc510dea4
commit 38a2633f20
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 8 additions and 7 deletions

View file

@ -240,10 +240,8 @@ Detailed list of changes
- URL detection: Allow trailing asterisks in URLs (:iss:`9543`) - URL detection: Allow trailing asterisks in URLs (:iss:`9543`)
- Wayland: Add support for :code:`titlebar-only` in - Wayland: Add support for :code:`titlebar-only` in :opt:`hide_window_decorations`
:opt:`hide_window_decorations` to hide the titlebar while keeping shadow to hide the titlebar while keeping shadows for window resizing. (:pull:`9486`)
borders for resizing. On compositors that use server-side decorations (such as
GNOME), this forces client-side decoration mode (:pull:`9486`)
0.45.0 [2025-12-24] 0.45.0 [2025-12-24]

View file

@ -1349,11 +1349,14 @@
option_type='hide_window_decorations', ctype='uint', option_type='hide_window_decorations', ctype='uint',
long_text=''' long_text='''
Hide the window decorations (title-bar and window borders) with :code:`yes`. On Hide the window decorations (title-bar and window borders) with :code:`yes`. On
macOS, :code:`titlebar-only` and :code:`titlebar-and-corners` can be used to only hide the titlebar and the rounded corners. macOS, :code:`titlebar-only` and :code:`titlebar-and-corners` can be used to
only hide the titlebar and the rounded corners.
On Wayland, :code:`titlebar-only` can be used to hide the titlebar while keeping On Wayland, :code:`titlebar-only` can be used to hide the titlebar while keeping
the window shadow borders for resizing. On compositors that use server-side the window shadow for resizing. On compositors that have server-side
decorations (such as GNOME), both :code:`yes` and :code:`titlebar-only` force decorations (such as anything but GNOME), both :code:`yes` and :code:`titlebar-only` force
client-side decoration mode. client-side decoration mode.
Whether this works and exactly what effect it has depends on the window manager/operating Whether this works and exactly what effect it has depends on the window manager/operating
system. Note that the effects of changing this option when reloading config system. Note that the effects of changing this option when reloading config
are undefined. When using :code:`titlebar-only` on macOS, it is useful to also set are undefined. When using :code:`titlebar-only` on macOS, it is useful to also set