This commit is contained in:
Miguel Palhas
2025-02-06 09:08:16 +00:00
parent f6c5af6238
commit cb34bbf467
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
wayland.windowManager.hyprland.settings = {
workspace = [
"1, monitor:DP-1"
"1, monitor:DP-3"
"2, monitor:eDP-1"
"3, monitor:eDP-1"
"4, monitor:eDP-1"
+2 -2
View File
@@ -14,13 +14,13 @@ in
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
"DP-1, preferred, -320x-1440, 1"
"DP-3, preferred, -320x-1440, 1"
];
};
services.hyprpaper.settings.preload = [ (builtins.toString wallpaper1) ];
services.hyprpaper.settings.wallpaper = [
"eDP-1,${builtins.toString wallpaper1}"
"DP-1,${builtins.toString wallpaper1}"
"DP-3,${builtins.toString wallpaper1}"
];
}