howm
howm
|
howm More...
#include "types.h"
Go to the source code of this file.
Enumerations | |
enum | layouts { ZOOM, GRID, HSTACK, VSTACK, END_LAYOUT } |
Functions | |
void | arrange_windows (monitor_t *m) |
Call the appropriate layout handler for each layout. More... | |
void | change_layout (monitor_t *m, const int layout) |
Change the layout of the current workspace. More... | |
void | next_layout (monitor_t *m) |
Change to the next layout. More... | |
void | prev_layout (monitor_t *m) |
Change to the previous layout. More... | |
void | last_layout (monitor_t *m) |
Change to the last used layout. More... | |
howm
enum layouts |
void arrange_windows | ( | monitor_t * | m | ) |
Call the appropriate layout handler for each layout.
m | The monitor to be arranged. |
void change_layout | ( | monitor_t * | m, |
const int | layout | ||
) |
Change the layout of the current workspace.
m | The monitor to be arranged. |
layout | Represents the layout that should be used. |