Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Apply or select a given profile #88

Description

@mvdan

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions