diff --git a/.config/kanshi/config b/.config/kanshi/config index 0fab1f1..2e1074f 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -1,10 +1,10 @@ profile laptop { - output 'Unknown 0x0056 0x00000000' enable + output eDP-1 enable } 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 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 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 +}