[][src]Module penrose::core::manager

Main logic for running Penrose

Structs

WindowManager

WindowManager is the primary struct / owner of the event loop for penrose. It handles most (if not all) of the communication with XCB and responds to X events served over the embedded connection. User input bindings are parsed and bound on init and then triggered via grabbed X events in the main loop along with everything else.