1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 16:11:06 +01:00
This commit is contained in:
rycee 2025-09-11 08:17:21 +00:00
parent 1eb2ba1434
commit eb7481a5db

View file

@ -86944,9 +86944,9 @@ attribute set of attribute set of (string or boolean or signed integer or list o
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
global = {
width = 300;
height = 300;
offset = &quot;30x50&quot;;
width = &quot;(200,300)&quot;;
height = &quot;(0,150)&quot;;
offset = &quot;(30,50)&quot;;
origin = &quot;top-right&quot;;
transparency = 10;
frame_color = &quot;#eceff1&quot;;