Skip to content

Commit

Permalink
deploy: 2c81b3f
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Dec 26, 2024
1 parent 6a19a5f commit 1b01506
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h4 id="wayland"><a class="header" href="#wayland">Wayland</a></h4>
<table><thead><tr><th align="right">Property</th><th>Description</th></tr></thead><tbody>
<tr><td align="right"><code>stacking</code></td><td>Where the window should appear in the stack. Possible values: <code>fg</code>, <code>bg</code>, <code>overlay</code>, <code>bottom</code>.</td></tr>
<tr><td align="right"><code>exclusive</code></td><td>Whether the compositor should reserve space for the window automatically. Either <code>true</code> or <code>false</code>.</td></tr>
<tr><td align="right"><code>focusable</code></td><td>Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. Either <code>true</code> or <code>false</code>.</td></tr>
<tr><td align="right"><code>focusable</code></td><td>Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. Possible values: <code>none</code>, <code>exclusive</code> and <code>ondemand</code>.</td></tr>
<tr><td align="right"><code>namespace</code></td><td>Set the wayland layersurface namespace eww uses. Accepts a <code>string</code> value.</td></tr>
</tbody></table>
<h2 id="your-first-widget"><a class="header" href="#your-first-widget">Your first widget</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h4 id="wayland"><a class="header" href="#wayland">Wayland</a></h4>
<table><thead><tr><th align="right">Property</th><th>Description</th></tr></thead><tbody>
<tr><td align="right"><code>stacking</code></td><td>Where the window should appear in the stack. Possible values: <code>fg</code>, <code>bg</code>, <code>overlay</code>, <code>bottom</code>.</td></tr>
<tr><td align="right"><code>exclusive</code></td><td>Whether the compositor should reserve space for the window automatically. Either <code>true</code> or <code>false</code>.</td></tr>
<tr><td align="right"><code>focusable</code></td><td>Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. Either <code>true</code> or <code>false</code>.</td></tr>
<tr><td align="right"><code>focusable</code></td><td>Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. Possible values: <code>none</code>, <code>exclusive</code> and <code>ondemand</code>.</td></tr>
<tr><td align="right"><code>namespace</code></td><td>Set the wayland layersurface namespace eww uses. Accepts a <code>string</code> value.</td></tr>
</tbody></table>
<h2 id="your-first-widget"><a class="header" href="#your-first-widget">Your first widget</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 1b01506

Please sign in to comment.