diff --git a/metadata/workarounds.xml b/metadata/workarounds.xml
index 036c245f3..3609aeab8 100644
--- a/metadata/workarounds.xml
+++ b/metadata/workarounds.xml
@@ -26,41 +26,47 @@
<_long>If false, the main window can be focused even if it has a dialog. The dialog is nevertheless kept on top of the main window. Kwin defaults to false.
true
-
- <_short>Allow dynamic repaint delay
- <_long>If true, allows Wayfire to dynamically recalculate its max_render_time, i.e allow render time higher than max_render_time.
- false
-
-
- <_short>Use external output configuration instead of Wayfire's own.
- <_long>If true, Wayfire will not handle any configuration options for outputs in the config file once an
- external daemon like https://github.com/emersion/kanshi sets the output configuration via the wlr-output-management protocol.
- Exceptions are made for options not available via wlr-output-management, like output mirroring and custom modelines.
- false
-
-
- <_short>Allow views to overlap between multiple outputs. Many of the core plugins will not behave properly with this option set!
- false
-
-
- <_short>Force xdg-decoration clients to use the compositor-preferred decoration mode regardless of the client's preference.
- false
-
-
- <_short>Enable calling dlclose() when a plugin is unloaded. Note that this may not work well with all plugins.
- false
-
-
- <_short>Discard output from commands invoked by Wayfire, so that they don't end up in the logs.
- true
-
-
- <_short>Enable support for the newer input-method-v2 protocol. Note that the input-method-v1 protocol works better in many cases.
- false
-
-
- <_short>Enable certain damage optimizations which are based on a surfaces' opaque regions. In some cases, this optimization might give unexpected results (i.e background app stops updating) even though this is fine according to Wayland's protocol.
- false
-
+
+ <_short>Allow dynamic repaint delay
+ <_long>If true, allows Wayfire to dynamically recalculate its max_render_time, i.e allow render time higher than max_render_time.
+ false
+
+
+ <_short>Use external output configuration instead of Wayfire's own.
+ <_long>If true, Wayfire will not handle any configuration options for outputs in the config file once an
+ external daemon like https://github.com/emersion/kanshi sets the output configuration via the wlr-output-management protocol.
+ Exceptions are made for options not available via wlr-output-management, like output mirroring and custom modelines.
+ false
+
+
+ <_short>Allow views to overlap between multiple outputs.
+ <_long>Allow views to overlap between multiple outputs. Many of the core plugins will not behave properly with this option set!
+ false
+
+
+ <_short>Force xdg-decoration clients to use the compositor-preferred decoration mode.
+ <_long>Force xdg-decoration clients to use the compositor-preferred decoration mode regardless of the client's preference.
+ false
+
+
+ <_short>Enable calling dlclose() when a plugin is unloaded
+ <_long>Enable calling dlclose() when a plugin is unloaded. Note that this may not work well with all plugins.
+ false
+
+
+ <_short>Discard output from commands invoked by Wayfire.
+ <_long>Discard output from commands invoked by Wayfire, so that they don't end up in the logs.
+ true
+
+
+ <_short>Enable support for the newer input-method-v2 protocol.
+ <_long>Enable support for the newer input-method-v2 protocol. Note that the input-method-v1 protocol works better in many cases.
+ false
+
+
+ <_short>Enable certain damage optimizations which are based on a surfaces' opaque regions.
+ <_long>Enable certain damage optimizations which are based on a surfaces' opaque regions. In some cases, this optimization might give unexpected results (i.e background app stops updating) even though this is fine according to Wayland's protocol.
+ false
+