office monitor setup

This commit is contained in:
Miguel Palhas
2025-02-04 11:46:36 +00:00
parent db327aa6d7
commit f6c5af6238
2 changed files with 2 additions and 5 deletions
-5
View File
@@ -26,11 +26,6 @@
};
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, 1920x1200, 0x0, 1"
"DP-1, preferred, -320x-1200, 1"
];
workspace = [
"1, monitor:DP-1"
"2, monitor:eDP-1"
+2
View File
@@ -14,11 +14,13 @@ in
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
"DP-1, 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}"
];
}