home: set main displays to DP-2
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-07-14 22:46:14 -04:00
parent 8523480fd6
commit e187193796
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 3 deletions

View file

@ -92,12 +92,12 @@ in {
clock = {type = "clock";}; clock = {type = "clock";};
in { in {
monitors = { monitors = {
"DP-3" = { "DP-2" = {
position = "top"; position = "top";
anchor_to_edges = true; anchor_to_edges = true;
start = [nixlogo]; start = [nixlogo];
center = [music spacer focused spacer uptime]; center = [music spacer focused spacer uptime];
end = [sys-info clock tray]; end = [sys-info clock];
}; };
}; };
}; };

View file

@ -7,7 +7,7 @@ _: {
defaultTimeout = 5000; defaultTimeout = 5000;
ignoreTimeout = true; ignoreTimeout = true;
anchor = "top-right"; anchor = "top-right";
output = "DP-3"; output = "DP-2";
font = "jost 10"; font = "jost 10";
padding = "6"; padding = "6";
margin = "18,21,0"; margin = "18,21,0";