hyprland: preload wallpaper

This commit is contained in:
Jordan Holt 2025-03-16 21:58:54 +00:00
parent 6cd5475490
commit 6158a033bb
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -231,6 +231,11 @@
settings = { settings = {
ipc = "on"; ipc = "on";
splash = false; splash = false;
preload = [
"/home/jordan/Pictures/Aurora.png"
];
wallpaper = [ wallpaper = [
",/home/jordan/Pictures/Aurora.png" ",/home/jordan/Pictures/Aurora.png"
]; ];