From 153df0ab4ff8e0fe4462cb13bdfe8553e3f8deff Mon Sep 17 00:00:00 2001
From: Hendrik Sokolowski <hensoko@gssws.de>
Date: Tue, 14 Jun 2022 21:13:01 +0200
Subject: [PATCH] Adjust display config

---
 hosts/harrison/.config/sway/config.d/screens.conf | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/hosts/harrison/.config/sway/config.d/screens.conf b/hosts/harrison/.config/sway/config.d/screens.conf
index c0633254..6fd8a15d 100644
--- a/hosts/harrison/.config/sway/config.d/screens.conf
+++ b/hosts/harrison/.config/sway/config.d/screens.conf
@@ -1,20 +1,19 @@
-set $left 'Unknown UMC SHARP 0x00000000'
+set $left 'Eizo Nanao Corporation EV2316W 92008103'
 set $middle 'Samsung Electric Company SMBX2450L 0x00003231'
 set $right 'Eizo Nanao Corporation EV2316W 39117013'
 
 output $left {
   scale 1
-  pos 0 600
-  res 1920x1080
+  pos 0 0
+  transform 270
 }
 
 output $middle {
   scale 1
-  pos 1920 600
+  pos 1080 600
 }
 
 output $right {
   scale 1
-  pos 3840 0
-  transform 90
+  pos 3000 600
 }