Add federispitz outputs
This commit is contained in:
parent
f7f7148713
commit
b8488c2ada
1 changed files with 10 additions and 4 deletions
|
@ -13,21 +13,27 @@
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
});
|
});
|
||||||
in rec {
|
in rec {
|
||||||
#mobile.exec = backgroundCommand;
|
#mobile-work.exec = backgroundCommand;
|
||||||
mobile.outputs = [
|
mobile-work.outputs = [
|
||||||
(mkScreen "Unknown 0x08CE 0x00000000" // {
|
(mkScreen "Unknown 0x08CE 0x00000000" // {
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
scale = 2.0;
|
scale = 2.0;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
home-dock.outputs = mobile.outputs ++ [
|
mobile-private.outputs = [
|
||||||
|
(mkScreen "Unknown 0x1536 0x00000000" // {
|
||||||
|
position = "0,0";
|
||||||
|
scale = 1.5;
|
||||||
|
})
|
||||||
|
];
|
||||||
|
home-dock.outputs = mobile-work.outputs ++ [
|
||||||
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // {
|
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // {
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
office-dock.outputs = mobile.outputs ++ [
|
office-dock.outputs = mobile-work.outputs ++ [
|
||||||
(mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "1920,0"; })
|
(mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "1920,0"; })
|
||||||
(mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "4480,0"; })
|
(mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "4480,0"; })
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue