diff options
| author | Robert Günzler <r@gnzler.io> | 2020-05-19 21:54:55 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-05-19 21:54:55 +0200 |
| commit | 7bce1399fd663dbaa164262cc5d1634c03d8d97d (patch) | |
| tree | da8b8714f29980112616afb93d144c2433b48146 /.config/kanshi | |
| parent | afe1e42db070a8860ddf583c6dda8eb1299c0831 (diff) | |
kanshi: simplify config
Diffstat (limited to '.config/kanshi')
| -rw-r--r-- | .config/kanshi/config | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index d0fbf13..cdc416f 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -2,23 +2,17 @@ profile laptop { output eDP-1 enable } -profile desk_single { - #output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable +profile single { output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 0,0 enable - output eDP-1 position 2560,0 enable -} - -profile desk_dual { - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 transform 270 enable - output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 1440,0 enable output eDP-1 disable } -profile desk_dual_wide { - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable - output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 2560,0 enable +profile multi { + output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,-600 transform 90 enable + output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 1440,0 enable output eDP-1 disable } +#output eDP-1 position 4000,0 scale 2 enable profile tv { output HDMI-A-1 position 2560,0 enable |