From d686e6401519ecd27521feb07cb3c9b2f9c2df3e Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sun, 21 Jan 2024 20:12:03 -0700 Subject: [PATCH] Deprecate x1 display and fix x13 in list --- sway/displays.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sway/displays.pl b/sway/displays.pl index d59be74..9118068 100755 --- a/sway/displays.pl +++ b/sway/displays.pl @@ -60,7 +60,6 @@ my $active_outputs = "$ENV{'HOME'}/.spool/active_outputs"; my %outputs = ( 'DENON-AVAMP' => 'TV', 'Paperlike253' => 'eInk', - '0x4140' => 'x1', '0x1305' => 'x13' ); @@ -185,7 +184,7 @@ my %configs = ( 'fallback' => '#000000', 'bg' => "$ENV{HOME}/wallpapers/wallpaper.png" }, - 'x1' => { + 'x13' => { 'on' => 0 }, },