~emersion/kanshi#102: 
Wild Card ouptuts

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
}
Status
REPORTED
Submitter
~sfozz
Assigned to
No-one
Submitted
1 year, 1 month ago
Updated
1 year, 1 month ago
Labels
No labels applied.

It's a bit quiet in here.