howm
howm
monitor_t Struct Reference

#include <types.h>

Data Fields

unsigned int workspace_cnt
 
workspace_tws
 
workspace_tws_head
 
workspace_tws_tail
 
workspace_tlast_ws
 
monitor_tnext
 
monitor_tprev
 
xcb_rectangle_t rect
 
xcb_randr_output_t output
 

Field Documentation

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.


The documentation for this struct was generated from the following file: