summaryrefslogtreecommitdiff
path: root/.config/sway/config.d/outputs
blob: fc4ca4058d68c770feacceca4ebd6c8a6f9562e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
output * {
	background "$(cat $HOME/.cache/wal/wal)" fill
}

output DP-2 {
	resolution 2560x1440@239.970Hz
	position 0,0
}

output HDMI-A-1 {
	resolution 1920x1080@60.000Hz
	position 2560,0
}