|
howm
howm
|
Files | |
| file | client.c |
| Operations that are to be performed on clients, such as moving them around in the client list. | |
| file | client.h [code] |
| howm | |
| file | handler.c |
| Handle the X events generated by clients that howm is managing. | |
| file | handler.h [code] |
| howm | |
| file | helper.h [code] |
| howm | |
| file | howm.c |
| The glue that holds howm together. This file houses the main event loop as well as setup and cleanup. | |
| file | howm.h [code] |
| howm | |
| file | ipc.c |
| Everything required to parse, interpret and respond to messages that are sent over IPC. | |
| file | ipc.h [code] |
| howm | |
| file | layout.c |
| All of howm's layouts (as well as layout handler) are implemented here. | |
| file | layout.h [code] |
| howm | |
| file | location.c |
| howm | |
| file | location.h [code] |
| howm | |
| file | monitor.c |
| A monitor stores workspaces. The user can have multiple monitors. | |
| file | monitor.h [code] |
| howm | |
| file | op.c |
| All of howm's operators are implemented here. | |
| file | op.h [code] |
| howm | |
| file | scratchpad.c |
| The stack implementation and appropriate functions required for sending clients (or groups of clients) to the scratchpad. | |
| file | scratchpad.h [code] |
| howm | |
| file | types.h [code] |
| howm | |
| file | workspace.c |
| Helper functions for dealing with an entire workspace or being able to correctly calculate a workspace index. | |
| file | workspace.h [code] |
| howm | |
| file | xcb_help.c |
| The portion of howm that interacts with the X server. Perhaps this could be conditionally included if we decide to use wayland as well. | |
| file | xcb_help.h [code] |
| howm | |