mirror of
https://github.com/swaywm/sway.git
synced 2026-02-22 01:40:39 -05:00
Merge pull request #3207 from RedSoxFan/swaynag-no-term-buttons
Implement swaynag -B/--button-no-terminal
This commit is contained in:
commit
c931a13af9
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