Made laptop to the left of HDMI screen.

This commit is contained in:
Pavel Kachalouski
2017-05-06 19:40:46 +02:00
parent c0c331f7f8
commit 66a5df4be2

View File

@@ -5,8 +5,8 @@ val eDP1 = List("--output", "eDP1", "--primary", "--auto", "--pos", "0x0", "--ro
val interfaceMapOn = Map[String, Seq[String]]( val interfaceMapOn = Map[String, Seq[String]](
"DP1" -> List("--output", "DP1", "--auto", "--right-of", "eDP1", "--rotate", "normal"), "DP1" -> List("--output", "DP1", "--auto", "--right-of", "eDP1", "--rotate", "normal"),
"DP2" -> List("--output", "DP2", "--auto", "--right-of", "eDP2", "--rotate", "normal"), "DP2" -> List("--output", "DP2", "--auto", "--right-of", "eDP2", "--rotate", "normal"),
"HDMI1" -> List("--output", "HDMI1", "--auto", "--left-of", "eDP1", "--rotate", "normal"), "HDMI1" -> List("--output", "HDMI1", "--auto", "--right-of", "eDP1", "--rotate", "normal"),
"HDMI2" -> List("--output", "HDMI2", "--auto", "--left-of", "eDP1", "--rotate", "normal") "HDMI2" -> List("--output", "HDMI2", "--auto", "--right-of", "eDP1", "--rotate", "normal")
) )
val interfaceMapOff = Map[String, Seq[String]]( val interfaceMapOff = Map[String, Seq[String]](