howm
howm
|
#include <types.h>
Data Fields | |
unsigned int | workspace_cnt |
workspace_t * | ws |
workspace_t * | ws_head |
workspace_t * | ws_tail |
workspace_t * | last_ws |
monitor_t * | next |
monitor_t * | prev |
xcb_rectangle_t | rect |
xcb_randr_output_t | output |
workspace_t* monitor_t::last_ws |
The last workspace to be focused.
monitor_t* monitor_t::next |
The next monitor.
xcb_randr_output_t monitor_t::output |
The ID of the randr output.
monitor_t* monitor_t::prev |
The previous monitor.
xcb_rectangle_t monitor_t::rect |
The size and location of the monitor.
unsigned int monitor_t::workspace_cnt |
The amount of workspaces on this monitor.
workspace_t* monitor_t::ws |
The currently focused workspace.
workspace_t* monitor_t::ws_head |
The first workspace.
workspace_t* monitor_t::ws_tail |
The last workspace.