adding a roaming config for laptop displays

This commit is contained in:
2025-11-11 13:35:33 -05:00
parent 6cf68de325
commit 2fb48d0891
2 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,11 @@ profile docked {
output $INTERNAL disable
}
profile mobile_external {
output $INTERNAL enable position 0,0
output * enable position 1805,0
}
profile undocked {
output $INTERNAL enable
}