Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to limit to outputs #42

Merged
merged 2 commits into from Nov 8, 2022
Merged

Commits on Nov 1, 2022

  1. Add option to limit to outputs

    To enable different limits on different outputs, you can start two
    processes and limit them to the outputs you want.
    Syphdias committed Nov 1, 2022
    Copy the full SHA
    2faad76 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Find output by analysing parent instead of ipc_data

    Apparently there are differences in the returned ipc_data for sway and
    we cannot use the ipc_data of the event that triggered the handler.
    To accommodate this, we look at the currently focused container and
    check its parents recursively until we find the output.
    Syphdias committed Nov 7, 2022
    Copy the full SHA
    017bea9 View commit details
    Browse the repository at this point in the history