Go to the source code of this file.
Data Structures | |
struct | tile_config |
The configuration object. More... | |
Defines | |
#define | CFG_NULL 0 |
Fallback configuration option (non-existent). | |
#define | CFG_ORIEN 1 |
Orientation configuration option. | |
#define | CFG_MDESK 2 |
Multi-Desk configuration option. | |
#define | CFG_WPROF 3 |
wmprofile configuration option. | |
#define | CFG_VERBO 4 |
Verbosity level configuration option. | |
#define | CFG_AVOID 5 |
Avoid data configuration option. | |
#define | TRUE 1 |
True. | |
#define | FALSE 0 |
False. | |
#define | HORIZONTAL 2 |
Horizontal Window Placement. | |
#define | VERTICAL 4 |
Vertical Window Placement. | |
Functions | |
char * | ltrim (char *) |
Trim left whitespace from string. | |
char * | rtrim (char *) |
Trim right whitespace from string. | |
char * | strtrim (char *) |
Trim left and right whitespace from string. | |
void | parseConfig (struct tile_config *) |
Find and parse configuration (rc) files. | |
void | parseProfiles (struct tile_config *) |
Find and parse wmprofiles files. | |
void | parseRC (char *, struct tile_config *) |
Parse the named configuration file. |
|
Avoid data configuration option.
|
|
Multi-Desk configuration option.
|
|
Fallback configuration option (non-existent).
|
|
Orientation configuration option.
|
|
Verbosity level configuration option.
|
|
wmprofile configuration option.
|
|
False.
|
|
Horizontal Window Placement.
|
|
True.
|
|
Vertical Window Placement.
|
|
Trim left whitespace from string.
|
|
Find and parse configuration (rc) files.
|
|
Find and parse wmprofiles files.
|
|
Parse the named configuration file.
|
|
Trim right whitespace from string.
|
|
Trim left and right whitespace from string.
|