From c33f25bdc5678f8cbe018e8a0d3b1f434e21f859 Mon Sep 17 00:00:00 2001 From: Furkan Sahin 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