瀏覽代碼

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

Lu Stadler 5 年之前
父節點
當前提交
321b0752b4
共有 1 個文件被更改,包括 10 次插入0 次删除
  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
}