mirror of
https://github.com/swaywm/sway.git
synced 2026-02-08 10:06:44 -05:00
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:
parent
ce494a5811
commit
a974300652
4 changed files with 30 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ struct swaynag_button {
|
|||
int width;
|
||||
int height;
|
||||
bool terminal;
|
||||
bool dismiss;
|
||||
};
|
||||
|
||||
struct swaynag_details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue