~0k-hans-f8/lament/initial

« back to all changes in this revision

Viewing changes to lament/config.def.h

  • Committer: Hans Oesterholt
  • Date: 2012-07-05 10:16:39 UTC
  • Revision ID: debian@oesterholt.net-20120705101639-ggyclflljcbsxt5a
Hiding and showing Lament on startup / close.
Making menu item check for show window react better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
static char *winconf_file   = ".lament/positions.txt";
9
9
static char *network_file   = ".lament/network";
10
10
static char *embed_toggle   = ".lament/no_lament_app_id";
 
11
static char *hide_file      = ".lament/showhide.txt";
11
12
static time_t sessiontime   = 3600;
12
13
#define NOBACKGROUND 0
13
14