Fix docs typos

Add removing buttons
Adjust handling multiple outputs.
This commit is contained in:
dmitry
2020-08-11 00:28:56 +03:00
parent 42b6c089f3
commit 22409d27c5
3 changed files with 25 additions and 4 deletions

View File

@ -85,6 +85,7 @@ class WorkspaceGroup {
auto handle_output_leave() -> void;
auto add_button(Gtk::Button &button) -> void;
auto remove_button(Gtk::Button &button) -> void;
auto handle_done() -> void;
auto commit() -> void;
auto sort_workspaces() -> void;