aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index afb9d5f..6e95064 100644
--- a/config.h
+++ b/config.h
@@ -34,11 +34,11 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "Firefox", NULL, NULL, 1 << 2, 0, -1 },
- { "st-256color", NULL, NULL, 0, 0, -1 },
- { NULL, NULL, "DergodsRealmII", 0, 1, -1 },
- { NULL, NULL, "Event Tester", 0, 0, -1 }, /* xev */
+ /* class instance title tags mask isfloating isfreesize monitor */
+ { "Firefox", NULL, NULL, 1 << 2, 0, 0, -1 },
+ { "st-256color", NULL, NULL, 0, 0, 0, -1 },
+ { NULL, NULL, "DergodsRealmII", 0, 1, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, -1 }, /* xev */
};
/* layout(s) */