mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
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.
This commit is contained in:
parent
dbf8e1cead
commit
673da83260
4 changed files with 22 additions and 5 deletions
|
|
@ -44,6 +44,7 @@ struct swaynag_button {
|
|||
int y;
|
||||
int width;
|
||||
int height;
|
||||
bool terminal;
|
||||
};
|
||||
|
||||
struct swaynag_details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue