diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 18:40:06 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:06:51 +0100 |
| commit | 8f7be5557cd2b04a3a8741bcf55404d2e806f2e4 (patch) | |
| tree | b3e8efb97d1a4e81d5c5e6b2755b1b427311480a /.config/kanshi | |
| parent | 4ed462aa5278bfa0d6d94e2ca822170ad845d04e (diff) | |
kanshi: update config
Diffstat (limited to '.config/kanshi')
| -rw-r--r-- | .config/kanshi/config | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 2bec1f4..d5e0688 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -8,26 +8,18 @@ profile multi { } profile singleR { - output eDP-1 disable output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 transform normal scale 1 enable - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" disable + output eDP-1 position 2560,0 scale 2 enable exec oguri-cycle } -profile singleL { - output eDP-1 disable - output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 transform 90 scale 1 enable - output "Dell Inc. DELL U2518D 3C4YP9B9636L" disable +profile tv { + output eDP-1 scale 2 position 0,0 enable + output HDMI-A-1 transform normal position 2560,0 scale 4 enable exec oguri-cycle } profile laptop { - 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 scale 4 enable + output eDP-1 scale 1.3 enable exec oguri-cycle } |