Move termpath and lockpath into cmdq; side effect is that 'lock' and

'term' now show up in the application menu.
This commit is contained in:
okan
2014-09-06 16:14:35 +00:00
parent 142f52a0aa
commit 5cd4cce3a0
3 changed files with 27 additions and 24 deletions

View File

@ -294,8 +294,6 @@ struct conf {
int snapdist;
struct gap gap;
char *color[CWM_COLOR_NITEMS];
char termpath[MAXPATHLEN];
char lockpath[MAXPATHLEN];
char known_hosts[MAXPATHLEN];
#define CONF_FONT "sans-serif:pixelsize=14:bold"
char *font;