From 7bce1399fd663dbaa164262cc5d1634c03d8d97d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 19 May 2020 21:54:55 +0200 Subject: kanshi: simplify config --- .config/kanshi/config | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to '.config') 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 -- cgit 1.4.1