diff options
| author | Robert Günzler <r@gnzler.io> | 2021-08-30 18:31:46 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-08-31 12:41:20 +0200 |
| commit | a3d120a92ba9f610f64d7b2b641a952a471cf881 (patch) | |
| tree | 2bcd2724b8ba2cbec36161becfd5e6ef17b3dd6b /.config/kanshi/config | |
| parent | afcf7e32a4577b10e59b38967a326768345114ed (diff) | |
kanshi: add scaling to all profiles
Diffstat (limited to '.config/kanshi/config')
| -rw-r--r-- | .config/kanshi/config | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index fc9019d..2bec1f4 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -2,38 +2,32 @@ profile multi { output eDP-1 disable - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,-600 transform 90 enable - output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 1440,0 enable + output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,-600 transform 90 scale 1 enable + output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 1440,0 scale 1 enable exec oguri-cycle } profile singleR { output eDP-1 disable - output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 transform normal enable + output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 transform normal scale 1 enable output "Dell Inc. DELL U2518D 3C4YP87AAK3L" disable exec oguri-cycle } profile singleL { output eDP-1 disable - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 transform 90 enable + output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 transform 90 scale 1 enable output "Dell Inc. DELL U2518D 3C4YP9B9636L" disable exec oguri-cycle } profile laptop { - output eDP-1 scale 1 enable - 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 + output eDP-1 scale 1.33 enable exec oguri-cycle } profile tv { output eDP-1 scale 1 position 0,0 enable - output HDMI-A-1 transform normal position 2560,0 enable + output HDMI-A-1 transform normal position 2560,0 scale 4 enable exec oguri-cycle } |