mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: b7112b12ea
This commit is contained in:
parent
1eb2ba1434
commit
eb7481a5db
1 changed files with 3 additions and 3 deletions
|
|
@ -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">{
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
global = {
|
global = {
|
||||||
width = 300;
|
width = "(200,300)";
|
||||||
height = 300;
|
height = "(0,150)";
|
||||||
offset = "30x50";
|
offset = "(30,50)";
|
||||||
origin = "top-right";
|
origin = "top-right";
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
frame_color = "#eceff1";
|
frame_color = "#eceff1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue