i3ipc++
An C++ implementaiton of the i3 IPC
|
i3's workspace More...
#include <ipc.hpp>
Public Attributes | |
int | num |
Index of the worksapce. | |
std::string | name |
Name of the workspace. | |
bool | visible |
Is the workspace visible. | |
bool | focused |
Is the workspace is currently focused. | |
bool | urgent |
Is the workspace is urgent. | |
rect_t | rect |
A size of the workspace. | |
std::string | output |
An output of the workspace. | |
i3's workspace