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

Implement swaynag -B/--button-no-terminal #3207

Merged
merged 1 commit into from
Nov 28, 2018

Commits on Nov 28, 2018

  1. Implement swaynag -B/--button-no-terminal

    In `i3 4.16`, `i3-nagbar` introduces the flags `-B/--button-no-terminal`
    to run the action directly instead of inside a terminal. This implements
    the flags for swaynag for compatibility.
    
    Since swaynag does not use an equivalent to `i3-sensible-terminal`, the
    flags `-b/--button` only uses a terminal when the environment variable
    `TERMINAL` is set, otherwise it acts the same as these new flags.
    RedSoxFan committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    673da83 View commit details
    Browse the repository at this point in the history