Stash wmname into conf.

This commit is contained in:
okan
2016-10-05 13:10:59 +00:00
parent a37606c63f
commit d40820d3f3
3 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,6 @@
#endif
#define CONFFILE ".cwmrc"
#define WMNAME "CWM"
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
@@ -290,6 +289,7 @@ struct conf {
char *color[CWM_COLOR_NITEMS];
char known_hosts[PATH_MAX];
char *font;
char *wmname;
Cursor cursor[CF_NITEMS];
};