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.
 
 
 
 
 
 

34 lines
863 B

# Triple monitor setup (2 external + laptop)
profile docked {
output DP-3 mode 1920x1080@60Hz position 2880,0
output DP-4 mode 1920x1080@60Hz position 4800,0
output eDP-1 mode 2880x1800@120Hz position 4020,1080 scale 1.648438
}
# Laptop only
profile laptop {
output eDP-1 mode 2880x1800@120Hz position 0,0 scale 1.648438
output DP-3 disable
output DP-4 disable
}
# Left external only
profile left-external {
output DP-3 mode 1920x1080@60Hz position 0,0
output DP-4 disable
output eDP-1 disable
}
# Right external only
profile right-external {
output DP-4 mode 1920x1080@60Hz position 0,0
output DP-3 disable
output eDP-1 disable
}
# Both externals, no laptop
profile dual-external {
output DP-3 mode 1920x1080@60Hz position 0,0
output DP-4 mode 1920x1080@60Hz position 1920,0
output eDP-1 disable
}