add signals for showing/hiding lyrics

This commit is contained in:
zmike 2014-03-01 01:48:58 -05:00
parent 8e0acc0693
commit a367df304c
1 changed files with 6 additions and 0 deletions

View File

@ -224,6 +224,12 @@ collections {
}
after: "lyrics_hide";
}
program { signal: "empc,lyrics,show"; source: "empc";
after: "lyrics_show_start";
}
program { signal: "empc,lyrics,hide"; source: "empc";
after: "lyrics_hide_start";
}
program { signal: "mouse,down,3"; source: EMPC_BASE_SWALLOW_BACKGROUND;
script {
if (!get_int(bg_chooser)) {