From de26d70ab2e6b322796b15c34902f5aed32ac399 Mon Sep 17 00:00:00 2001 From: flifloo Date: Sun, 16 Feb 2020 22:07:35 +0100 Subject: [PATCH] Add mc on hook --- modules/hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hook.py b/modules/hook.py index ae2ba01..9a8b1f4 100644 --- a/modules/hook.py +++ b/modules/hook.py @@ -14,7 +14,7 @@ def auto_group(c): c.togroup("\N{floppy disk}") elif c.name == "docs": c.togroup("\N{bookmark tabs}") - elif c.name in ["Lutris", "Shadow", "Steam"]: + elif c.name in ["Lutris", "Shadow", "Steam"] or c.name[:9] == "Minecraft": c.togroup("\N{video game}")