howm
howm
layout.h File Reference

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...
 

Detailed Description

howm

Author
Harvey Hunt
Date
2015

Enumeration Type Documentation

enum layouts
Enumerator
ZOOM 
GRID 
HSTACK 
VSTACK 
END_LAYOUT 

Function Documentation

void arrange_windows ( monitor_t m)

Call the appropriate layout handler for each layout.

Parameters
mThe monitor to be arranged.
void change_layout ( monitor_t m,
const int  layout 
)

Change the layout of the current workspace.

Parameters
mThe monitor to be arranged.
layoutRepresents the layout that should be used.