diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-05-03 00:48:12 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-05-03 00:49:02 -0500 |
commit | 86d8cb1804c0a85a59610a5a5ed0be28a59d8bf7 (patch) | |
tree | 570a9b708191c78d65c3e0012434c598a1e37d87 /config.def.h | |
parent | 5de1cfbebf6453da1b59eba53bcd23defd5f9f33 (diff) |
add client rules
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 9f8c2e3..b3a278b 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,12 @@ static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0}; /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const Rule rules[] = { + /* app_id title tags mask isfloating monitor */ + { "Gimp", NULL, 0, 1, -1 }, + { "Firefox", NULL, 1 << 8, 0, -1 }, +}; + /* layout(s) */ static const Layout layouts[] = { /* symbol arrange function */ |