mirror of
https://github.com/swaywm/sway.git
synced 2026-02-18 22:05:45 -05:00
swaynag: adds option to set wayland shell layer
Uses --layer/-y set to overlay|top|bottom|background
This commit is contained in:
parent
75a4122f7a
commit
d13090be54
6 changed files with 37 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ struct swaynag_type {
|
|||
char *font;
|
||||
char *output;
|
||||
uint32_t anchors;
|
||||
int32_t layer; // enum zwlr_layer_shell_v1_layer or -1 if unset
|
||||
|
||||
// Colors
|
||||
uint32_t button_text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue