Sanchayan Maity
eb97b4a6f2
Profiles need to be mutually exclusive. eDP-1 is for the work laptop and eDP1 is for the home laptop. Whenever we have our external Samsung monitor connected, the laptop monitor should be disabled.
17 lines
315 B
Text
17 lines
315 B
Text
profile {
|
|
output eDP-1 disable
|
|
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
|
|
}
|
|
|
|
profile {
|
|
output eDP1 disable
|
|
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
|
|
}
|
|
|
|
profile {
|
|
output eDP-1 enable scale 1
|
|
}
|
|
|
|
profile {
|
|
output eDP1 enable scale 1
|
|
}
|