diff options
author | Vlad Doster <mvdoster@gmail.com> | 2020-05-15 22:07:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 22:07:11 -0500 |
commit | 2ba1fed2b24cf8f68eb83c8ab2b17e3ae8f27a25 (patch) | |
tree | 41b76cc9c8911db0c11b2283b4abf69f2e19d9f1 | |
parent | 54d5c10d91f4bc9cf28ccbb65f27b792f8352549 (diff) |
Update config.h
-rw-r--r-- | config.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -44,13 +44,13 @@ static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title - */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, - { "St", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, - { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, - { NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 }, + */ + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, + { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, + { NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 }, }; /* layout(s) */ |