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