howm
howm
layout.h
Go to the documentation of this file.
1 #ifndef LAYOUT_H
2 #define LAYOUT_H
3 
4 #include "types.h"
5 
17 
18 void arrange_windows(monitor_t *m);
19 void change_layout(monitor_t *m, const int layout);
20 void next_layout(monitor_t *m);
21 void prev_layout(monitor_t *m);
22 void last_layout(monitor_t *m);
23 
24 #endif
Definition: layout.h:16
howm
void arrange_windows(monitor_t *m)
Call the appropriate layout handler for each layout.
Definition: layout.c:38
void change_layout(monitor_t *m, const int layout)
Change the layout of the current workspace.
Definition: layout.c:199
void last_layout(monitor_t *m)
Change to the last used layout.
Definition: layout.c:243
Definition: layout.h:16
Definition: layout.h:16
void next_layout(monitor_t *m)
Change to the next layout.
Definition: layout.c:229
Definition: layout.h:16
void prev_layout(monitor_t *m)
Change to the previous layout.
Definition: layout.c:215
Definition: layout.h:16
layouts
Definition: layout.h:16
Definition: types.h:73