diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-12 14:37:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-12 14:37:13 +0900 |
| commit | b26d6aa2591b9f1dc0dff5ea774c51ccd2d7f7ed (patch) | |
| tree | 380a9cb136460790d8ba751214123c7bcdfffd0c /dwm | |
| parent | 4b95be50ea9a9f88015554a13186fdbdd9388dd8 (diff) | |
modified config.h
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index d3475c6..67a2625 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -71,7 +71,7 @@ static const Rule rules[] = { */ /* 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 }, + { "kakaotalk", NULL, NULL, 1 << 8, 0, 0, 0, 0, 0 }, // { "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 }, |
