diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-03-29 11:35:58 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-29 11:35:58 -0400 |
commit | c765d2e6785217fd8726dac71b30d96d1a046b35 (patch) | |
tree | f8e67e4e945ce9b82bfdfa8b7d2f65383a8571d1 /config.h | |
parent | ea8c787c9f0ac9aac2a84e49e3d753ce91185a2d (diff) |
gimp starts on own tag
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - /* { "Gimp", NULL, NULL, 0, 1, -1 }, */ - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 8, 0, -1 }, + /* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */ }; /* layout(s) */ |