Add Swayidle and add more monitors to config
This commit is contained in:
parent
74b2840bf7
commit
b532ebb5ae
7 changed files with 68 additions and 3 deletions
|
@ -28,6 +28,25 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "estradiol";
|
||||
outputs = [
|
||||
{
|
||||
criteria = config.displays.estradiol1;
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = config.displays.estradiol2;
|
||||
position = "1920,0";
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked";
|
||||
|
@ -52,7 +71,7 @@
|
|||
status = "enable";
|
||||
mode = "800x1280@59.99900";
|
||||
transform = "270";
|
||||
scale = 1.0;
|
||||
scale = 1.15;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue