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

ipc: make bar <bar_id> mode|hidden_state behave as documented #6680

Merged
merged 1 commit into from
Nov 25, 2021

Commits on Nov 23, 2021

  1. ipc: make bar <bar_id> mode|hidden_state behave as documented

    sway-bar(5) says:
    
    > For compatibility with i3, bar mode <mode> [<bar-id>] syntax is
    > supported along with the sway only bar <bar-id> mode <mode> syntax.
    
    while the actual behavior is that `bar_cmd_mode` ignores already
    selected `config->current_bar` and applies the change to all the
    configured bars.
    alebastr committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a4e7377 View commit details
    Browse the repository at this point in the history