returns a list of mapped views
| 501 | |
| 502 | // returns a list of mapped views |
| 503 | std::vector<wayfire_toplevel_view> get_workspace_views() const |
| 504 | { |
| 505 | return output->wset()->get_views(wf::WSET_MAPPED_ONLY | wf::WSET_CURRENT_WORKSPACE); |
| 506 | } |
| 507 | |
| 508 | /* Change the current focus to the next or the previous view */ |
| 509 | void focus_next(int dir) |