diff options
author | Milkey Mouse <milkeymouse@meme.institute> | 2019-02-23 21:59:36 -0800 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-02-24 20:05:47 -0500 |
commit | 2f7247e08a16610228067c9ec34d2b6d897e15fa (patch) | |
tree | 7cf9ef96257a196b12620cf3659a45635e818e7b /include/swaybar | |
parent | 2510e3df384d9ab7b27e66c27371ec44606f5d8e (diff) |
swaybar: add overlay mode (fix #1620)
Overlay mode puts the bar above normal windows and passes through/ignores any
touch/mouse/keyboard events that would be sent to it.
Diffstat (limited to 'include/swaybar')
-rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index dfadc200..031993b5 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -58,6 +58,7 @@ struct swaybar_output { struct zxdg_output_v1 *xdg_output; struct wl_surface *surface; struct zwlr_layer_surface_v1 *layer_surface; + struct wl_region *input_region; uint32_t wl_name; struct wl_list workspaces; // swaybar_workspace::link |