nixos/picom: document breaking change in release notes
This commit is contained in:
parent
1b9f81ca0d
commit
027d4e639a
@ -16,11 +16,11 @@
|
|||||||
effects, some example settings:
|
effects, some example settings:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<link linkend="opt-services.picom.enable">services.picom</link> = {
|
<link linkend="opt-services.picom.enable">services.picom</link> = {
|
||||||
<link linkend="opt-services.picom.enable">enable</link> = true;
|
<link linkend="opt-services.picom.enable">enable</link> = true;
|
||||||
<link linkend="opt-services.picom.fade">fade</link> = true;
|
<link linkend="opt-services.picom.fade">fade</link> = true;
|
||||||
<link linkend="opt-services.picom.inactiveOpacity">inactiveOpacity</link> = "0.9";
|
<link linkend="opt-services.picom.inactiveOpacity">inactiveOpacity</link> = 0.9;
|
||||||
<link linkend="opt-services.picom.shadow">shadow</link> = true;
|
<link linkend="opt-services.picom.shadow">shadow</link> = true;
|
||||||
<link linkend="opt-services.picom.fadeDelta">fadeDelta</link> = 4;
|
<link linkend="opt-services.picom.fadeDelta">fadeDelta</link> = 4;
|
||||||
};
|
};
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
@ -311,6 +311,15 @@ php.override {
|
|||||||
<manvolnum>5</manvolnum></citerefentry> for details.
|
<manvolnum>5</manvolnum></citerefentry> for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
In the <literal>picom</literal> module, several options that accepted
|
||||||
|
floating point numbers encoded as strings (for example
|
||||||
|
<xref linkend="opt-services.picom.activeOpacity"/>) have been changed
|
||||||
|
to the (relatively) new native <literal>float</literal> type. To migrate
|
||||||
|
your configuration simply remove the quotes around the numbers.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user