diff options
Diffstat (limited to 'dwm/config.h')
| -rw-r--r-- | dwm/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm/config.h b/dwm/config.h index f7b8103..8d5068c 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -77,11 +77,11 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask allowkill isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 1 << 7, 1, 0, 0, 0, -1 }, - { "kakaotalk", NULL, NULL, 1 << 8, 1, 0, 0, -1, -1 }, + { "Gimp", NULL, NULL, 1 << 7, 1, 1, 0, 0, -1 }, + { "kakaotalk", NULL, NULL, 1 << 8, 1, 0, 0, 0, -1 }, // { "sooptvstreamer", NULL, NULL, 1 << 6, 1, 0, 0, 0, -1 }, - { TERMCLASS, NULL, NULL, 0, 1, 0, 1, 0, -1 }, { BROWSERCLASS, NULL, NULL, 0, 1, 0, 0, -1, -1 }, + { TERMCLASS, NULL, NULL, 0, 1, 0, 1, 0, -1 }, { TERMCLASS, "floatterm", NULL, 0, 1, 1, 1, 0, -1 }, { TERMCLASS, "bg", NULL, 1 << 7, 1, 0, 1, 0, -1 }, { TERMCLASS, "spterm", NULL, SPTAG(0), 1, 1, 1, 0, -1 }, |
