ソースを参照

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

Luna Stadler 4 年 前
コミット
d002a9cc84
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 7 0
      .config/kanshi/config

+ 7 - 0
.config/kanshi/config

@ -1,8 +1,15 @@
1
# get monitor names using `swaymsg -t get_outputs`
2
1 3
profile external {
2 4
	output DP-1 enable mode 2560x1440 position 0,0
3 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 13
profile external-at-work {
7 14
	output HDMI-A-2 enable
8 15
	output LVDS-1 disable