mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
gschema: really use line breaks in schema
The newline character `\n` in the schema does not produce a new line.
Use a newline instead.
fixes: dbe44f3a83
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1483
This commit is contained in:
parent
2c95e08998
commit
58e2ac8671
@ -120,15 +120,15 @@
|
||||
framebuffers instead of window content,
|
||||
to manage HiDPI monitors. Does not
|
||||
require a restart.
|
||||
\n
|
||||
|
||||
• “rt-scheduler” — makes mutter request a low priority
|
||||
real-time scheduling. The executable
|
||||
or user must have CAP_SYS_NICE.
|
||||
Requires a restart.
|
||||
\n
|
||||
|
||||
• “autostart-xwayland” — initializes Xwayland lazily if there are
|
||||
X11 clients. Requires a restart.
|
||||
\n
|
||||
|
||||
• “dma-buf-screen-sharing" — enables DMA buffered screen sharing. This
|
||||
is already enabled by default when using
|
||||
the i915 driver, but disabled for
|
||||
|
Loading…
Reference in New Issue
Block a user