Deprecate x1 display and fix x13 in list
This commit is contained in:
parent
31e58f0693
commit
d686e64015
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue