1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
rycee 2025-01-03 10:34:20 +00:00
parent 897ad326f0
commit c503ce38ef

View file

@ -67746,10 +67746,10 @@ null or boolean</p>
<dd> <dd>
<p>Show notifications at the specified position on the output. <p>Show notifications at the specified position on the output.
Supported values are top-right, top-center, top-left, bottom-right, Supported values are top-right, top-center, top-left, bottom-right,
bottom-center, bottom-left, and center.</p> bottom-center, bottom-left, center-right, center-left and center.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
null or one of “top-right”, “top-center”, “top-left”, “bottom-right”, “bottom-center”, “bottom-left”, “center”</p> null or one of “top-right”, “top-center”, “top-left”, “bottom-right”, “bottom-center”, “bottom-left”, “center-right”, “center-left”, “center”</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;top-right&quot;</code></p> <code class="literal">&quot;top-right&quot;</code></p>