Update office screen names

This commit is contained in:
Fabian Hauser 2023-01-10 10:11:59 +01:00
parent b96e33dfbb
commit 34477ce57c

View file

@ -12,16 +12,18 @@
status = "enable"; status = "enable";
scale = 1.0; scale = 1.0;
}); });
homeDellScreen = "Dell Inc. DELL P2720DC 22JPK53";
p14sScreen = "BOE 0x08CE Unknown";
in rec { in rec {
#mobile-work.exec = backgroundCommand; #mobile-work.exec = backgroundCommand;
mobile-work.outputs = [ mobile-work.outputs = [
(mkScreen "Unknown 0x08CE 0x00000000" // { (mkScreen p14sScreen // {
position = "0,0"; position = "0,0";
scale = 2.0; scale = 2.0;
}) })
]; ];
mobile-work-external.outputs = [ mobile-work-external.outputs = [
(mkScreen "Unknown 0x08CE 0x00000000" // { (mkScreen p14sScreen // {
position = "1920,0"; position = "1920,0";
scale = 2.0; scale = 2.0;
}) })
@ -34,7 +36,7 @@
}) })
]; ];
home-dock.outputs = mobile-work.outputs ++ [ home-dock.outputs = mobile-work.outputs ++ [
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { (mkScreen homeDellScreen // {
position = "1920,0"; position = "1920,0";
scale = 1.0; scale = 1.0;
status = "enable"; status = "enable";
@ -43,13 +45,13 @@
office-dock.outputs = [ office-dock.outputs = [
(mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "0,0"; }) (mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "0,0"; })
(mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "2560,0"; }) (mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "2560,0"; })
(mkScreen "Unknown 0x08CE 0x00000000" // { (mkScreen p14sScreen // {
position = "5120,0"; position = "5120,0";
scale = 2.0; scale = 2.0;
}) })
]; ];
home-pc.outputs = [ home-pc.outputs = [
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "0,0"; }) (mkScreen homeDellScreen // { position = "0,0"; })
(mkScreen "HP Inc. HP Z27 CN482201RP" // { (mkScreen "HP Inc. HP Z27 CN482201RP" // {
position = "2560,0"; position = "2560,0";
scale = 1.5; scale = 1.5;