From 6759d363236f2cbb01013a45cac9581a97d53da3 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 4 Nov 2022 11:05:12 -0400 Subject: [PATCH] Update displays.pl --- sway/displays.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/displays.pl b/sway/displays.pl index f9051f0..7e2dfd2 100755 --- a/sway/displays.pl +++ b/sway/displays.pl @@ -49,7 +49,7 @@ my $active_outputs = "$ENV{'HOME'}/.spool/active_outputs"; # You can get the model from (quoted with *): # $ swaymsg -t get_outputs --raw my %outputs = ( - 'LG TV SSCR2' => 'TV', + 'DENON-AVAMP' => 'TV', 'Paperlike253' => 'eInk', '0x4140' => 'yoga' );