This commit is contained in:
rycee
2026-01-05 09:53:26 +00:00
parent 2623101113
commit 74e6399d0d

View File

@@ -99382,16 +99382,18 @@ Hyprpaper configuration value</p>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
ipc = &quot;on&quot;;
splash = false;
splash_offset = 2.0;
preload =
[ &quot;/share/wallpapers/buttons.png&quot; &quot;/share/wallpapers/cat_pacman.png&quot; ];
wallpaper = [
&quot;DP-3,/share/wallpapers/buttons.png&quot;
&quot;DP-1,/share/wallpapers/cat_pacman.png&quot;
{
monitor = &quot;DP-3&quot;;
path = &quot;/share/wallpapers/buttons.png&quot;;
fit_mode = &quot;tile&quot;;
}
{
monitor = &quot;DP-1&quot;;
path = &quot;/share/wallpapers/cat_pacman.png&quot;;
}
];
}