sway_config/output.conf

22 lines
518 B
Plaintext
Raw Permalink Normal View History

2021-05-25 23:21:35 +02:00
# Single external screen plus optional open builtin screen
set $laptop eDP-1
bindswitch --locked lid:on output $laptop disable
bindswitch --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 DP-2 {
resolution 3440x1440
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}