ooksdesk: swap to new monitor
This commit is contained in:
parent
e01e845a43
commit
f9958ab4f7
1 changed files with 12 additions and 2 deletions
|
|
@ -6,12 +6,22 @@
|
|||
features = ["printing" "ssd" "audio" "video"];
|
||||
monitors = [
|
||||
{
|
||||
name = "DP-3";
|
||||
name = "DP-1";
|
||||
primary = true;
|
||||
width = 2560;
|
||||
height = 1440;
|
||||
refreshRate = 144;
|
||||
workspace = "1";
|
||||
x = 1920;
|
||||
y = 100;
|
||||
}
|
||||
{
|
||||
name = "DP-2";
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refreshRate = 180;
|
||||
workspace = "1";
|
||||
x = 840;
|
||||
transform = 1;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue