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