diff options
Diffstat (limited to '.config/kanshi/config')
| -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 } |