diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-15 15:26:36 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-15 15:26:36 +0200 |
| commit | 39542a8c5168a6628b295894a6ae77f895a8d576 (patch) | |
| tree | 43af997b0504867ce7080ad2234ee6dd7bb55d5d /.config/kanshi | |
| parent | 7b32b6a0801ca1ee81b31df4bea08204b81e665f (diff) | |
kanshi: update config (new monitor)
Diffstat (limited to '.config/kanshi')
| -rw-r--r-- | .config/kanshi/config | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 00b8955..62b8a64 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -3,20 +3,20 @@ 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 3C4YP9B9636L" mode 2560x1440 position 1440,0 scale 1 enable + output "Dell Inc. DELL P2720DC H97SKF3" mode 2560x1440 position 1440,0 scale 1 enable exec oguri-cycle - exec s6-svc -r ~/.s6/wlsunset - exec s6-svc -r ~/.s6/mako + exec pkill -HUP wlsunset + exec pkill -HUP mako } profile single { - output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 transform normal scale 1 enable + 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 exec oguri-cycle - exec s6-svc -r ~/.s6/wlsunset - exec s6-svc -r ~/.s6/mako + exec pkill -HUP wlsunset + exec pkill -HUP mako } profile tv { @@ -24,14 +24,14 @@ profile tv { output HDMI-A-1 transform normal position 2560,0 scale 2 enable exec oguri-cycle - exec s6-svc -r ~/.s6/wlsunset - exec s6-svc -r ~/.s6/mako + exec pkill -HUP wlsunset + exec pkill -HUP mako } profile laptop { output eDP-1 scale 1.3 enable exec oguri-cycle - exec s6-svc -r ~/.s6/wlsunset - exec s6-svc -r ~/.s6/mako + exec pkill -HUP wlsunset + exec pkill -HUP mako } |