ソースを参照

~/.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
}