Working in a hotdesk environment there is a need to be able to wildcard parts of the output configuration so that you can move between desks and not have to specify each monitors serial number.
for example replace
profile {
output eDP-1 disable
output "Philips Consumer Electronics Company PHL 346B1C 0x00000808" mode 3440x1440 position 0,0
}
profile {
output eDP-1 disable
output "Philips Consumer Electronics Company PHL 346B1C 0x00000609" mode 3440x1440 position 0,0
}
profile {
output eDP-1 disable
output "Philips Consumer Electronics Company PHL 346B1C 0x00000010" mode 3440x1440 position 0,0
}
profile {
output eDP-1 enable
}
with
profile {
output eDP-1 disable
output "Philips Consumer Electronics Company PHL 346B1C *" mode 3440x1440 position 0,0
}
profile {
output eDP-1 enable
}
It's a bit quiet in here.