it works :D
This commit is contained in:
parent
eeb9ce59d9
commit
270e52070d
13 changed files with 785 additions and 1007 deletions
|
|
@ -27,20 +27,24 @@
|
|||
wm.hyprland = {
|
||||
enable = true;
|
||||
|
||||
config.monitors = {
|
||||
displays = [
|
||||
{
|
||||
output = "DP-2";
|
||||
x = 0;
|
||||
y = 0;
|
||||
}
|
||||
{
|
||||
output = "DP-3";
|
||||
x = -1440;
|
||||
y = 0;
|
||||
transform = 1;
|
||||
}
|
||||
];
|
||||
config = {
|
||||
monitors = {
|
||||
displays = [
|
||||
{
|
||||
output = "DP-2";
|
||||
x = 0;
|
||||
y = 0;
|
||||
wallpaper = ../../misc/landscape.png;
|
||||
}
|
||||
{
|
||||
output = "DP-3";
|
||||
x = -1440;
|
||||
y = 0;
|
||||
transform = 1;
|
||||
wallpaper = ../../misc/portrait.png;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue