chore: remove outdated example configs, html docs, and binary artifacts from root and site directories

This commit is contained in:
2026-01-09 13:47:47 +00:00
parent 115c69f1bc
commit 1724f17e92
17 changed files with 460 additions and 141 deletions
+14 -14
View File
@@ -134,27 +134,27 @@ decorations = true</code></pre>
<tbody>
<tr>
<td><code>border_width</code></td>
<td><code>2</code></td>
<td><code>0</code></td>
<td>0-50</td>
<td>Window border width in pixels</td>
<td>Window border width in pixels (0 for seamless design)</td>
</tr>
<tr>
<td><code>title_height</code></td>
<td><code>24</code></td>
<td><code>28</code></td>
<td>0-100</td>
<td>Title bar height in pixels</td>
</tr>
<tr>
<td><code>panel_height</code></td>
<td><code>28</code></td>
<td><code>32</code></td>
<td>0-100</td>
<td>Top/bottom panel height</td>
</tr>
<tr>
<td><code>gap</code></td>
<td><code>4</code></td>
<td><code>0</code></td>
<td>0-100</td>
<td>Gap between tiled windows</td>
<td>Gap between tiled windows (0 for edge-to-edge tiling)</td>
</tr>
<tr>
<td><code>font</code></td>
@@ -170,11 +170,11 @@ decorations = true</code></pre>
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
</div>
<pre><code>[appearance]
border_width = 2
border_width = 0
title_height = 28
panel_height = 32
gap = 8
font = DejaVu Sans-10</code></pre>
gap = 0
font = fixed</code></pre>
<h2 id="layout" style="margin-top: 3rem;">[layout] - Layout Behavior</h2>
<p style="color: var(--text-muted); margin-bottom: 1.5rem;">
Configure the default layout mode and tiling parameters.
@@ -489,11 +489,11 @@ focus_mode = click
focus_follow_delay = 100
decorations = true
[appearance]
border_width = 2
title_height = 24
panel_height = 28
gap = 6
font = DejaVu Sans-10
border_width = 0
title_height = 28
panel_height = 32
gap = 0
font = fixed
[layout]
default = tiling
master_ratio = 0.55