swaynag: allow specifying more buttons which execute and dismiss

I don't love -z / -Z, but I figure this patch is far from being
accepted for other reasons too.
This commit is contained in:
Graham Christensen 2020-06-07 10:47:56 -04:00
parent ce494a5811
commit 902ae7c06d
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F
4 changed files with 30 additions and 1 deletions

View file

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