aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar James Edwards-Jones <git@jamedjo.co.uk>2021-03-17 15:55:21 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2021-06-17 11:47:49 +0200
commitd13090be546d19d487c872f7bc79bb98f8e17873 (patch)
tree60031d8768c0eedf93992c79155b89a208fdb7c8 /include
parentfix typo in sway-output.5.scd (diff)
downloadsway-d13090be546d19d487c872f7bc79bb98f8e17873.tar.gz
sway-d13090be546d19d487c872f7bc79bb98f8e17873.tar.zst
sway-d13090be546d19d487c872f7bc79bb98f8e17873.zip
swaynag: adds option to set wayland shell layer
Uses --layer/-y set to overlay|top|bottom|background
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaynag/types.h b/include/swaynag/types.h
index 24da9418..3c3b2754 100644
--- a/include/swaynag/types.h
+++ b/include/swaynag/types.h
@@ -7,6 +7,7 @@ struct swaynag_type {
7 char *font; 7 char *font;
8 char *output; 8 char *output;
9 uint32_t anchors; 9 uint32_t anchors;
10 int32_t layer; // enum zwlr_layer_shell_v1_layer or -1 if unset
10 11
11 // Colors 12 // Colors
12 uint32_t button_text; 13 uint32_t button_text;