aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/kanshi/config
blob: 8ca67a1f83d4f2e6b278dbd2ad82480c4124b0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# vim: ft=scfg

output eDP-1 alias $laptop
output "Dell Inc. DELL P2723D FNHTH14" alias $workmon
output "Lenovo Group Limited M15 V30ANMLM" alias $lenmon

profile work {
  output $laptop disable
  output $workmon mode 2560x1440 position 0,0
  exec ~/.config/kanshi/reload.sh
}

profile home_double {
  output $lenmon mode 1920x1080@60 position 0,0
  output $laptop enable mode 2880x1800@120 position 1920,0 scale 2
}

profile home {
  output $laptop enable mode 2880x1800@120 position 0,0 scale 2
  exec ~/.config/kanshi/reload.sh
}