i3ipc++
An C++ implementaiton of the i3 IPC
|
A workspace event. More...
#include <ipc.hpp>
Public Attributes | |
WorkspaceEventType | type |
std::shared_ptr< workspace_t > | current |
Current focused workspace. | |
std::shared_ptr< workspace_t > | old |
Old (previous) workspace. More... | |
A workspace event.
std::shared_ptr<workspace_t> i3ipc::workspace_event_t::old |
Old (previous) workspace.