feat(bar): add config flag to disable exclusive zone

This commit is contained in:
Aleksei Bavshin
2021-01-17 01:40:25 -08:00
parent 729553d3bc
commit 7aaa3df701
2 changed files with 10 additions and 2 deletions

View File

@ -65,6 +65,7 @@ class Bar {
struct waybar_output *output;
Json::Value config;
struct wl_surface * surface;
bool exclusive = true;
bool visible = true;
bool vertical = false;
Gtk::Window window;