From be4b5bd30c460b768b41c3992583231ddb161e1d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 27 Jul 2021 01:22:03 -0400 Subject: [PATCH] Fix resolution of Sam, change new output mapping --- sway/displays.pl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sway/displays.pl b/sway/displays.pl index 5c1d306..739ca23 100755 --- a/sway/displays.pl +++ b/sway/displays.pl @@ -50,10 +50,9 @@ my $active_outputs = "$ENV{'HOME'}/.config/active_outputs"; my %outputs = ( #'0x00000101' => 'Sam', 'HTNCB00059' => 'Sam', - #'3CQ3310Q1Q' => 'Sam', - '3CQ4342S6W' => 'HP-1', - '0x00000101' => 'HP-2', - #'3CQ3310Q1Q' => 'HP-2', + #'3CQ4342S6W' => 'HP-1', + '0x00000101' => 'HP-1', + '3CQ3310Q1Q' => 'HP-2', '0x00000000' => 'LVDS' ); @@ -89,7 +88,7 @@ my %configs = ( 'Sam' => { 'on' => 1, 'width' => 1920, - 'height' => 1080, + 'height' => 1280, 'x' => 960, 'y' => 0, 'rotate' => 0,