mirror of
https://github.com/swaywm/sway.git
synced 2026-02-14 04:28:53 -05:00
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.
This commit is contained in:
parent
2510e3df38
commit
2f7247e08a
4 changed files with 21 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue