You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
518 B
21 lines
518 B
# 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"
|
|
}
|
|
|