blob: 2143ac6b36b51822f6607bea6be5d101c18e2fea (
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 1.75
}
profile home {
output $laptop enable mode 2880x1800@120 position 0,0 scale 1.75
# exec ~/.config/kanshi/reload.sh
}
|