Fix setting undocked profile for laptops

This commit is contained in:
Evie Litherland-Smith 2024-06-15 10:04:33 +01:00
parent 16914a2fa7
commit 942810dd66
2 changed files with 12 additions and 2 deletions

View file

@ -30,7 +30,12 @@
transform = "270";
};
in [
{output = laptopScreen;}
{
profile = {
name = "undocked";
outputs = [laptopScreen];
};
}
{
profile = {
name = "docked";

View file

@ -25,7 +25,12 @@
position = "0,0";
};
in [
{output = laptopScreen;}
{
profile = {
name = "undocked";
outputs = [laptopScreen];
};
}
{
profile = {
name = "docked";