From 4228f30a291fe5fc16fdea8f7c6488c04313a8fd Mon Sep 17 00:00:00 2001 From: moadAlami Date: Sun, 28 Jan 2024 20:53:20 +0100 Subject: bind steam to tag 5 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 27b0688..6ae41ec 100644 --- a/config.h +++ b/config.h @@ -47,7 +47,7 @@ static const Rule rules[] = { { "zoom", NULL, NULL, 1 << 0, 0, -1 }, { "Gimp", NULL, NULL, 1 << 5, 1, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 }, - { "steam", NULL, NULL, 1 << 4, 0, -1 }, + { NULL, NULL, "Steam", 1 << 4, 0, -1 }, { "qgis", NULL, NULL, 1 << 7, 0, -1 }, }; -- cgit v1.2.3