Update displays.pl

This commit is contained in:
John Mertz 2022-11-04 11:05:12 -04:00
parent b79d4ada25
commit 6759d36323
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ my $active_outputs = "$ENV{'HOME'}/.spool/active_outputs";
# You can get the model from (quoted with *): # You can get the model from (quoted with *):
# $ swaymsg -t get_outputs --raw # $ swaymsg -t get_outputs --raw
my %outputs = ( my %outputs = (
'LG TV SSCR2' => 'TV', 'DENON-AVAMP' => 'TV',
'Paperlike253' => 'eInk', 'Paperlike253' => 'eInk',
'0x4140' => 'yoga' '0x4140' => 'yoga'
); );