diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-13 23:50:21 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-13 23:50:21 +0900 |
| commit | be3725a18a00ec5340753bdbcceadf81ca7538d8 (patch) | |
| tree | 7df305a1f8a737a3c1ec9a8c7691928575efd049 /dwm | |
| parent | b26d6aa2591b9f1dc0dff5ea774c51ccd2d7f7ed (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 67a2625..acedf73 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, 0, 0, 0, 0, 0 }, + { "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 }, |
