Made laptop to the left of HDMI screen.
This commit is contained in:
@@ -5,8 +5,8 @@ val eDP1 = List("--output", "eDP1", "--primary", "--auto", "--pos", "0x0", "--ro
|
||||
val interfaceMapOn = Map[String, Seq[String]](
|
||||
"DP1" -> List("--output", "DP1", "--auto", "--right-of", "eDP1", "--rotate", "normal"),
|
||||
"DP2" -> List("--output", "DP2", "--auto", "--right-of", "eDP2", "--rotate", "normal"),
|
||||
"HDMI1" -> List("--output", "HDMI1", "--auto", "--left-of", "eDP1", "--rotate", "normal"),
|
||||
"HDMI2" -> List("--output", "HDMI2", "--auto", "--left-of", "eDP1", "--rotate", "normal")
|
||||
"HDMI1" -> List("--output", "HDMI1", "--auto", "--right-of", "eDP1", "--rotate", "normal"),
|
||||
"HDMI2" -> List("--output", "HDMI2", "--auto", "--right-of", "eDP1", "--rotate", "normal")
|
||||
)
|
||||
|
||||
val interfaceMapOff = Map[String, Seq[String]](
|
||||
|
||||
Reference in New Issue
Block a user