diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2026-09-02 15:25:28 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2026-09-02 15:25:28 -0400 |
| commit | e9fc8e8ade7ed80fffb40601f94e2a921049ee3a (patch) | |
| tree | 2d808081508942aaedc76e1078a8db95316d7e60 | |
| parent | 175406b14bc71d07e786c5017bfbcba19afa9823 (diff) | |
| -rw-r--r-- | desktop/.config/kanshi/config | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index ce53adf..111e41c 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -1,3 +1,5 @@ +# Sway: get the output names using swaymsg -t get_outputs + profile dock-office { output eDP-1 disable output "HP Inc. HP Z27n G2 6CM9450CCQ" enable @@ -9,14 +11,10 @@ profile dock-emk { output "HP Inc. HP Z27n G2 6CM9011FFS" enable position 0,0 transform 90 } -profile dock-dropin { - output eDP-1 disable - output "Dell Inc. DELL P3223QE JY37DP3" enable -} - -profile dock-google { +profile dock-emk { output eDP-1 disable - output "Lenovo Group Limited LEN P32p-20 VNA6N4GT" enable + output DP-5 enable position 0,800 + output DP-7 enable position 2560,0 transform 270 } profile default { |
