My config normally looks like:
profile docked {
output DP-1 mode 2560x1440 scale 1 position 0,0
output eDP-1 mode 2560x1440 scale 1.5 position 426,1440
}
profile mobile {
output eDP-1 mode 2560x1440 scale 1 position 0,0
}
I want to add an extra profile whichis a variation on docked, but with one of the displays at 1920x1080 for the sake of 1080p streaming/recording. Imagine I call it recording.
I understand that kanshi is meant to be for automating selection of profiles via hotplugging, but it would be nice if I could also run something like kanshi recording to immediately apply a specific profile, and some other like kanshi reset to re-apply the default given the available outputs.
Or perhaps a different mechanism entirely, like a command or flag to cycle through the profiles which match the current outputs.
I realise that this feature is out of scope for the hotplugging design, but if I'm already defining my output profiles in the kanshi config, it seems out of place to have to use a separate tool and duplicate those options.
My config normally looks like:
I want to add an extra profile whichis a variation on
docked, but with one of the displays at 1920x1080 for the sake of 1080p streaming/recording. Imagine I call itrecording.I understand that kanshi is meant to be for automating selection of profiles via hotplugging, but it would be nice if I could also run something like
kanshi recordingto immediately apply a specific profile, and some other likekanshi resetto re-apply the default given the available outputs.Or perhaps a different mechanism entirely, like a command or flag to cycle through the profiles which match the current outputs.
I realise that this feature is out of scope for the hotplugging design, but if I'm already defining my output profiles in the kanshi config, it seems out of place to have to use a separate tool and duplicate those options.