Add --no-dock option

This commit is contained in:
kraftwerk28 2021-12-26 01:06:14 +02:00
parent 440d0bc22d
commit a50e5ca9f0
3 changed files with 13 additions and 3 deletions

View file

@ -96,6 +96,7 @@ struct swaynag {
char *message;
list_t *buttons;
struct swaynag_details details;
bool no_dock;
};
void swaynag_setup(struct swaynag *swaynag);