chanage hosts in homeConfigs to comply with new layout

This commit is contained in:
2025-02-12 16:38:32 +01:00
parent ac0c894ba2
commit 5c23caf62c
13 changed files with 20 additions and 79 deletions

View File

@ -0,0 +1,18 @@
{ ... }:
{
wayland.windowManager.hyprland.settings = {
monitor = [
"HDMI-A-1, 1920x1080@60, 0x0, auto"
"HDMI-A-3, 1920x1080@60, 1920x0, auto"
"DP-1, 1280x1024@60, 3840x0, auto"
"DP-3, 1280x1024@60, 5120x0, auto"
];
workspace = [
"1, monitor:HDMI-A-1"
"2, monitor:HDMI-A-3, default:true"
"3, monitor:DP-1"
"4, monitor:DP-3"
];
};
}