hyprpaper: adjust to use the proper screen

This commit is contained in:
Christoph Hollizeck 2025-08-18 20:53:44 +02:00
parent 041177cdae
commit fb4b5d0cbe
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -25,14 +25,14 @@ in
}; };
wayland.windowManager.hyprland.settings.exec-once = [ wayland.windowManager.hyprland.settings.exec-once = [
''hyprctl hyprpaper wallpaper "DP-2,${picture-path}"'' ''hyprctl hyprpaper wallpaper "DP-1,${picture-path}"''
]; ];
services.hyprpaper = { services.hyprpaper = {
enable = true; enable = true;
settings = { settings = {
preload = [ picture-path ]; preload = [ picture-path ];
wallpaper = "DP-2,${picture-path}"; wallpaper = "DP-1,${picture-path}";
}; };
}; };
}; };