From a974300652fc5cea72db60e1e39b0f7da7e9f334 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 7 Jun 2020 10:47:56 -0400 Subject: 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. --- include/swaynag/swaynag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/swaynag') diff --git a/include/swaynag/swaynag.h b/include/swaynag/swaynag.h index 496e883a..9e39e716 100644 --- a/include/swaynag/swaynag.h +++ b/include/swaynag/swaynag.h @@ -53,6 +53,7 @@ struct swaynag_button { int width; int height; bool terminal; + bool dismiss; }; struct swaynag_details { -- cgit v1.2.3-54-g00ecf