sway_config/output.conf

23 lines
578 B
Plaintext
Raw Normal View History

2021-05-25 23:21:35 +02:00
# Single external screen plus optional open builtin screen
set $laptop eDP-1
2022-01-21 16:49:15 +01:00
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable
2021-05-25 23:21:35 +02:00
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"
}
2021-07-02 16:41:53 +02:00
output 'Samsung Electric Company C34J79x H1AK500000' {
2021-05-25 23:21:35 +02:00
resolution 3440x1440
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}