howm
howm
op.h File Reference

howm More...

Go to the source code of this file.

Enumerations

enum  motions { CLIENT, WORKSPACE }
 

Functions

void op_kill (const unsigned int type, unsigned int cnt)
 An operator that kills an arbitrary amount of clients or workspaces. More...
 
void op_move_up (const unsigned int type, unsigned int cnt)
 Move client/s up. More...
 
void op_move_down (const unsigned int type, unsigned int cnt)
 Move client/s down. More...
 
void op_focus_down (const unsigned int type, unsigned int cnt)
 Operator function to move the current focus down. More...
 
void op_focus_up (const unsigned int type, unsigned int cnt)
 Operator function to move the current focus up. More...
 
void op_shrink_gaps (const unsigned int type, unsigned int cnt)
 An operator to shrink the gaps of either workspaces or clients by conf.op_gap_size. More...
 
void op_grow_gaps (const unsigned int type, unsigned int cnt)
 An operator to grow the gaps of either workspaces or clients by conf.op_gap_size. More...
 
void op_cut (const unsigned int type, unsigned int cnt)
 Cut one or more clients and add them onto howm's delete register stack (if there is space). More...
 
void count (const unsigned int cnt)
 Set the current count for the current operator. More...
 
void motion (char *target)
 Tell howm which motion is to be performed. More...
 

Variables

void(* operator_func )(const unsigned int type, unsigned int cnt)
 

Detailed Description

howm

Author
Harvey Hunt
Date
2015

Enumeration Type Documentation

enum motions
Enumerator
CLIENT 
WORKSPACE 

Variable Documentation

void(* operator_func) (const unsigned int type, unsigned int cnt)