monitors added to hypr config
This commit is contained in:
parent
444186a0df
commit
2c5692e76b
4 changed files with 54 additions and 1 deletions
|
|
@ -26,6 +26,22 @@
|
|||
|
||||
wm.hyprland = {
|
||||
enable = true;
|
||||
|
||||
config.monitors = {
|
||||
displays = [
|
||||
{
|
||||
output = "DP-2";
|
||||
x = 0;
|
||||
y = 0;
|
||||
}
|
||||
{
|
||||
output = "DP-3";
|
||||
x = -1440;
|
||||
y = 0;
|
||||
transform = 1;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue