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