Browse Source

~/.config/kanshi: Set up external monitor with new laptop

Luna Stadler 4 years ago
parent
commit
d002a9cc84
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .config/kanshi/config

+ 7 - 0
.config/kanshi/config

1
# get monitor names using `swaymsg -t get_outputs`
2
1
profile external {
3
profile external {
2
	output DP-1 enable mode 2560x1440 position 0,0
4
	output DP-1 enable mode 2560x1440 position 0,0
3
	output LVDS-1 disable
5
	output LVDS-1 disable
4
}
6
}
5
7
8
profile external-new {
9
	output HDMI-A-1 enable
10
	output eDP-1 disable # internal screen of new laptop
11
}
12
6
profile external-at-work {
13
profile external-at-work {
7
	output HDMI-A-2 enable
14
	output HDMI-A-2 enable
8
	output LVDS-1 disable
15
	output LVDS-1 disable