This commit is contained in:
rycee
2026-01-03 10:32:24 +00:00
parent 9381676f7e
commit dbe26921a0

View File

@@ -82051,7 +82051,8 @@ list of package</p>
</span>
</dt>
<dd>
<p>Settings written as JSON to `~/.config/vicinae/settings.json.</p>
<p>Settings written as JSON to <code class="filename">~/.config/vicinae/settings.json</code>.
See <span class="command"><strong>vicinae config default</strong></span>.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</p>
@@ -82060,21 +82061,13 @@ JSON value</p>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
faviconService = &quot;twenty&quot;;
font = {
size = 10;
};
popToRootOnClose = false;
rootSearch = {
searchFiles = false;
};
favicon_service = &quot;twenty&quot;;
font.normal.size = 10;
pop_to_root_on_close=false;
search_files_in_root= false;
theme = {
name = &quot;vicinae-dark&quot;;
};
window = {
csd = true;
opacity = 0.95;
rounding = 10;
dark.name = &quot;vicinae-dark&quot;;
light.name = &quot;vicinae-light&quot;;
};
}