Add home screen conf

This commit is contained in:
2023-09-22 09:04:14 +02:00
parent e380068dce
commit 1160fe3774

View File

@@ -1,10 +1,10 @@
profile laptop { profile laptop {
output 'Unknown 0x0056 0x00000000' enable output eDP-1 enable
} }
profile work { profile work {
output 'Unknown 0x0056 0x00000000' enable scale 1.2 position 0,0 output eDP-1 enable position 0,0
output 'Dell Inc. DELL P2419H 1857ZT2' enable position 1920,0 output 'Dell Inc. DELL P2419H 1857ZT2' enable position 1920,0
output 'Dell Inc. DELL P2419H HJ47ZT2' enable position 3840,0 output 'Dell Inc. DELL P2419H HJ47ZT2' enable position 3840,0
} }
@@ -13,3 +13,15 @@ profile work-no-laptop {
output 'Dell Inc. DELL P2419H 1857ZT2' enable position 1920,0 output 'Dell Inc. DELL P2419H 1857ZT2' enable position 1920,0
output 'Dell Inc. DELL P2419H HJ47ZT2' enable position 3840,0 output 'Dell Inc. DELL P2419H HJ47ZT2' enable position 3840,0
} }
profile home {
output eDP-1 enable position 0,0
output 'ViewSonic Corporation VA2719 Series UNR194562902' enable position 1920,0
}
profile home-tablet {
output eDP-1 enable position 0,0
output 'ViewSonic Corporation VA2719 Series UNR194562902' enable position 1920,0
output 'Unknown CD160FH 20210617' enable position 1920,1080
exec /usr/lib/pentablet/pentablet.sh
}