· Configuration with ~/.wmfsrc with libconfig
· Bugfixes
· Layouts and tile
· "virtuals desktops"
· Bugs added :D
Signed-off-by: Marc Lagrange <markocpc@gmail.com>
15 lines
367 B
C
15 lines
367 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#include "local.h"
|
|
|
|
#define WMFS_VERSION "@WMFS_VERSION@"
|
|
#define WMFS_COMPILE_MACHINE "@WMFS_COMPILE_MACHINE@"
|
|
#define WMFS_COMPILE_BY "@WMFS_COMPILE_BY@"
|
|
#define WMFS_COMPILE_FLAGS "@WMFS_COMPILE_FLAGS@"
|
|
#define WMFS_LINKED_LIBS "@WMFS_LINKED_LIBS@"
|
|
|
|
void init_conf(void);
|
|
|
|
#endif /* CONFIG_H */
|