diff options
| -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 } |