diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/config.def.h b/config.def.h index f505aa7..d41d85f 100644 --- a/config.def.h +++ b/config.def.h @@ -14,11 +14,13 @@ static const float fullscreen_bg[]         = {0.1,  0.1,   0.1,  1.0};  static const int tagcount = TAGCOUNT;  static const Rule rules[] = { -	/* app_id     title       tags mask     isfloating   monitor */ +	/* app_id     title       tags mask     isfloating  isterm  noswallow  monitor */  	/* examples: -	{ "Gimp",     NULL,       0,            1,           -1 }, +	{ "Gimp",     NULL,       0,            1,          0,      1,         -1 },  	*/ -	{ "firefox",  NULL,       1 << 8,       0,           -1 }, +	{ "firefox",  NULL,       1 << 8,       0,          0,      1,         -1 }, +	{ "foot",     NULL,       0,            0,          1,      1,         -1 }, +	{ "wev",      NULL,       0,		0,          0,      1,         -1 },  };  /* layout(s) */ | 
