mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
Cleanup previous PR
This commit is contained in:
@@ -240,10 +240,8 @@ Detailed list of changes
|
||||
|
||||
- URL detection: Allow trailing asterisks in URLs (:iss:`9543`)
|
||||
|
||||
- Wayland: Add support for :code:`titlebar-only` in
|
||||
:opt:`hide_window_decorations` to hide the titlebar while keeping shadow
|
||||
borders for resizing. On compositors that use server-side decorations (such as
|
||||
GNOME), this forces client-side decoration mode (:pull:`9486`)
|
||||
- Wayland: Add support for :code:`titlebar-only` in :opt:`hide_window_decorations`
|
||||
to hide the titlebar while keeping shadows for window resizing. (:pull:`9486`)
|
||||
|
||||
|
||||
0.45.0 [2025-12-24]
|
||||
|
||||
@@ -1349,11 +1349,14 @@ opt('hide_window_decorations', 'no',
|
||||
option_type='hide_window_decorations', ctype='uint',
|
||||
long_text='''
|
||||
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
|
||||
the window shadow borders for resizing. On compositors that use server-side
|
||||
decorations (such as GNOME), both :code:`yes` and :code:`titlebar-only` force
|
||||
the window shadow for resizing. On compositors that have server-side
|
||||
decorations (such as anything but GNOME), both :code:`yes` and :code:`titlebar-only` force
|
||||
client-side decoration mode.
|
||||
|
||||
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
|
||||
are undefined. When using :code:`titlebar-only` on macOS, it is useful to also set
|
||||
|
||||
Reference in New Issue
Block a user