Add mc on hook
This commit is contained in:
parent
125582cd48
commit
de26d70ab2
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
||||
|
||||
|
|
Reference in a new issue