kanshi: Fix profile configuration
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.
This commit is contained in:
parent
d763cc0fbe
commit
eb97b4a6f2
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
profile {
|
profile {
|
||||||
output eDP-1 disable
|
output eDP-1 disable
|
||||||
|
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
|
||||||
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
output eDP1 disable
|
output eDP1 disable
|
||||||
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
|
output "Samsung Electric Company LU28R55 H4ZN300060" mode 3840x2160 position 0,0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue