Tag 8: Music Player class

This commit is contained in:
inigoortega 2020-04-11 16:36:01 +02:00
parent 7ee2c866be
commit e87b48defc
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static const Rule rules[] = {
{ "Workrave", NULL, NULL, ~0, 1, -1 },
{ "mpv", "gl", NULL, 1 << 5, 0, -1 },
{ "vlc", "vlc", NULL, 1 << 5, 0, -1 },
{ "cmus", NULL, NULL, 1 << 7, 0, -1 },
{ "Music Player", NULL, NULL, 1 << 7, 0, -1 },
{ "org-gjt-sp-jedit-jEdit", NULL, NULL, 1 << 4, 0, -1 },
};

Binary file not shown.