Merge pull request #3207 from RedSoxFan/swaynag-no-term-buttons

Implement swaynag -B/--button-no-terminal
This commit is contained in:
emersion 2018-11-28 09:44:26 +01:00 committed by GitHub
commit c931a13af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 5 deletions

View file

@ -44,6 +44,7 @@ struct swaynag_button {
int y;
int width;
int height;
bool terminal;
};
struct swaynag_details {