diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:22:28 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:22:28 +0200 |
| commit | b6717a8666b17683de98292dee4e9d7af94242ca (patch) | |
| tree | a979db01afa57ec931666c2cfe783ae4c5067142 /.config/kanshi/config | |
| parent | 442e4cbe8a824943f37f9fd58854153fbe171fdf (diff) | |
kanshi: update config
Diffstat (limited to '.config/kanshi/config')
| -rw-r--r-- | .config/kanshi/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 62b8a64..60e7288 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -2,7 +2,8 @@ profile multi { output eDP-1 disable - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,-600 transform 90 scale 1 enable + #output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,-600 transform 90 scale 1 enable + output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 transform 90 scale 1 enable output "Dell Inc. DELL P2720DC H97SKF3" mode 2560x1440 position 1440,0 scale 1 enable exec oguri-cycle @@ -12,7 +13,7 @@ profile multi { profile single { output "Dell Inc. DELL P2720DC H97SKF3" mode 2560x1440 position 0,0 transform normal scale 1 enable - output eDP-1 position 2560,0 scale 2 disable + output eDP-1 position 2560,0 scale 1.3 enable exec oguri-cycle exec pkill -HUP wlsunset @@ -20,7 +21,7 @@ profile single { } profile tv { - output eDP-1 scale 1.3 position 0,0 enable + output eDP-1 position 0,0 scale 1.3 enable output HDMI-A-1 transform normal position 2560,0 scale 2 enable exec oguri-cycle @@ -29,7 +30,7 @@ profile tv { } profile laptop { - output eDP-1 scale 1.3 enable + output eDP-1 scale 1.5 enable exec oguri-cycle exec pkill -HUP wlsunset |