Update docs
This commit is contained in:
parent
e5ffcbd49f
commit
a6f6fdf19b
@ -39,6 +39,8 @@ Changed
|
|||||||
- `:version` now shows OS information for POSIX OS other than Linux/macOS.
|
- `:version` now shows OS information for POSIX OS other than Linux/macOS.
|
||||||
- When there's an error inserting the text from an external editor, a backup
|
- When there's an error inserting the text from an external editor, a backup
|
||||||
file is now saved.
|
file is now saved.
|
||||||
|
- The `window.hide_wayland_decoration` setting got renamed to
|
||||||
|
`window.hide_decoration` and now also works outside of wayland.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -3160,7 +3160,9 @@ Default:
|
|||||||
[[window.hide_decoration]]
|
[[window.hide_decoration]]
|
||||||
=== window.hide_decoration
|
=== window.hide_decoration
|
||||||
Hide the window decoration.
|
Hide the window decoration.
|
||||||
This setting requires a restart.
|
|
||||||
|
This setting requires a restart on Wayland.
|
||||||
|
|
||||||
|
|
||||||
Type: <<types,Bool>>
|
Type: <<types,Bool>>
|
||||||
|
|
||||||
|
@ -1539,10 +1539,10 @@ window.hide_wayland_decoration:
|
|||||||
window.hide_decoration:
|
window.hide_decoration:
|
||||||
type: Bool
|
type: Bool
|
||||||
default: false
|
default: false
|
||||||
restart: false
|
|
||||||
desc: |
|
desc: |
|
||||||
Hide the window decoration. Does require a restart for
|
Hide the window decoration.
|
||||||
Wayland users.
|
|
||||||
|
This setting requires a restart on Wayland.
|
||||||
|
|
||||||
window.title_format:
|
window.title_format:
|
||||||
type:
|
type:
|
||||||
|
Loading…
Reference in New Issue
Block a user