summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-13 23:50:21 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-13 23:50:21 +0900
commitbe3725a18a00ec5340753bdbcceadf81ca7538d8 (patch)
tree7df305a1f8a737a3c1ec9a8c7691928575efd049
parentb26d6aa2591b9f1dc0dff5ea774c51ccd2d7f7ed (diff)
modified config.h
-rw-r--r--dwm/config.h2
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 },