display settings GUI
This commit is contained in:
parent
06e889c274
commit
f55fb2472c
7 changed files with 13 additions and 256 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
displays = {
|
||||
enable = true;
|
||||
displays = {
|
||||
"hp" = {
|
||||
description = "HP Inc. HP 24x 1CR9500W9Q";
|
||||
resolution = {
|
||||
x = 1920;
|
||||
y = 1080;
|
||||
freq = 144;
|
||||
};
|
||||
position.x = 0;
|
||||
position.y = 360;
|
||||
};
|
||||
"asus" = {
|
||||
resolution = {
|
||||
x = 1920;
|
||||
y = 1080;
|
||||
freq = 60;
|
||||
};
|
||||
position = {
|
||||
x = 1920;
|
||||
y = 0;
|
||||
};
|
||||
rotation = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -88,25 +88,4 @@ in {
|
|||
};
|
||||
}
|
||||
];
|
||||
|
||||
displays = {
|
||||
displays."hp" = {
|
||||
enable = true;
|
||||
name = "DP-1";
|
||||
wallpaper = ../images/demonslayer.png;
|
||||
workspaces = {
|
||||
start = 1;
|
||||
end = 5;
|
||||
};
|
||||
};
|
||||
displays."asus" = {
|
||||
enable = true;
|
||||
name = "HDMI-A-1";
|
||||
wallpaper = ../images/nier2.jpg;
|
||||
workspaces = {
|
||||
start = 6;
|
||||
end = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue