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,