diff options
| author | Robert Günzler <r@gnzler.io> | 2021-01-21 19:33:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:40:20 +0100 |
| commit | 72c39240811f1def43fca71de51566d206f7728d (patch) | |
| tree | a33aa1331fc55b587a243f64ef94d781df40a8ae /.config/kanshi | |
| parent | 0762801ed9627021e732cdeb225a737f44e3df42 (diff) | |
Update 2021-01-21T18:33:10Z
Diffstat (limited to '.config/kanshi')
| -rw-r--r-- | .config/kanshi/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 77930e8..fc9019d 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -26,8 +26,14 @@ profile laptop { exec oguri-cycle } +profile sony { + output eDP-1 scale 1 position 0,0 enable + output "Sony SONY TV *00 0x00000101" mode 3840x2160@23.976000Hz transform normal position 2560,0 enable + exec oguri-cycle +} + profile tv { - output eDP-1 scale 2 position 0,0 enable + output eDP-1 scale 1 position 0,0 enable output HDMI-A-1 transform normal position 2560,0 enable exec oguri-cycle } |