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

Improve criteria handling #1149

Merged
merged 1 commit into from
Apr 6, 2017
Merged

Improve criteria handling #1149

merged 1 commit into from
Apr 6, 2017

Commits on Apr 6, 2017

  1. Improve criteria handling

    This commit changes how commands decide what container to act on.
    Commands get the current container though `current_container`, a global
    defined in sway/commands.c. If a criteria is given before a command,
    then the following command will be run once for every container the
    criteria matches with a reference to the matching container in
    'current_container'. Commands should use this instead of
    `get_focused_container()` from now on.
    
    This commit also fixes a few (minor) mistakes made in implementing marks
    such as non-escaped arrows in sway(5) and calling the "mark" command
    "floating" by accident. It also cleans up `criteria.c` in a few places.
    Calvin Lee committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    069d37f View commit details
    Browse the repository at this point in the history