sway_config/output.conf

25 lines
604 B
Plaintext

# Single external screen plus optional open builtin screen
set $laptop eDP-1
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable
output eDP-1 {
resolution 1920x1080
#position 0,1080
position 0,0
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
output HDMI-A-2 {
resolution 1920x1080
position 0,0
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
output 'Samsung Electric Company C34J79x H1AK500000' {
resolution 3440x1440
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
# vim:syntax=swayconfig: