Browse Source

~/.kanshi: Configure two monitor setup I use at work

Lu Stadler 5 years ago
parent
commit
321b0752b4
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .config/kanshi/config

+ 10 - 0
.config/kanshi/config

@ -3,6 +3,16 @@ profile external {
3 3
	output LVDS-1 disable
4 4
}
5 5
6
profile external-at-work {
7
	output HDMI-A-2 enable
8
	output LVDS-1 disable
9
}
10
11
profile jns-at-work {
12
	output DP-2 enable
13
	output LVDS-1 disable
14
}
15
6 16
profile laptop {
7 17
	output LVDS-1 enable
8 18
}