Fix setting undocked profile for laptops
This commit is contained in:
parent
16914a2fa7
commit
942810dd66
|
@ -30,7 +30,12 @@
|
|||
transform = "270";
|
||||
};
|
||||
in [
|
||||
{output = laptopScreen;}
|
||||
{
|
||||
profile = {
|
||||
name = "undocked";
|
||||
outputs = [laptopScreen];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked";
|
||||
|
|
|
@ -25,7 +25,12 @@
|
|||
position = "0,0";
|
||||
};
|
||||
in [
|
||||
{output = laptopScreen;}
|
||||
{
|
||||
profile = {
|
||||
name = "undocked";
|
||||
outputs = [laptopScreen];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked";
|
||||
|
|
Reference in a new issue