hyprpaper: adjust to use the proper screen
This commit is contained in:
parent
041177cdae
commit
fb4b5d0cbe
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue