howm
howm
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  src
 client.cOperations that are to be performed on clients, such as moving them around in the client list
 client.hHowm
 handler.cHandle the X events generated by clients that howm is managing
 handler.hHowm
 helper.hHowm
 howm.cThe glue that holds howm together. This file houses the main event loop as well as setup and cleanup
 howm.hHowm
 ipc.cEverything required to parse, interpret and respond to messages that are sent over IPC
 ipc.hHowm
 layout.cAll of howm's layouts (as well as layout handler) are implemented here
 layout.hHowm
 location.cHowm
 location.hHowm
 monitor.cA monitor stores workspaces. The user can have multiple monitors
 monitor.hHowm
 op.cAll of howm's operators are implemented here
 op.hHowm
 scratchpad.cThe stack implementation and appropriate functions required for sending clients (or groups of clients) to the scratchpad
 scratchpad.hHowm
 types.hHowm
 workspace.cHelper functions for dealing with an entire workspace or being able to correctly calculate a workspace index
 workspace.hHowm
 xcb_help.cThe portion of howm that interacts with the X server. Perhaps this could be conditionally included if we decide to use wayland as well
 xcb_help.hHowm