diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-16 03:33:54 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-16 04:48:52 +0100 | 
| commit | e66e9f249a2e42aaea2b92b36118a2f1c9c47618 (patch) | |
| tree | 7f0dc6037d5b088518731648eae920271e912973 /nncmpp.actions | |
| parent | 32203f81171b699255533bb03487dd4912beaf17 (diff) | |
| download | nncmpp-e66e9f249a2e42aaea2b92b36118a2f1c9c47618.tar.gz nncmpp-e66e9f249a2e42aaea2b92b36118a2f1c9c47618.tar.xz nncmpp-e66e9f249a2e42aaea2b92b36118a2f1c9c47618.zip | |
Rename an action to be shorter
Also, fix make dependencies to include the source file for actions.
Diffstat (limited to 'nncmpp.actions')
| -rw-r--r-- | nncmpp.actions | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/nncmpp.actions b/nncmpp.actions index 6790e75..c59113f 100644 --- a/nncmpp.actions +++ b/nncmpp.actions @@ -15,8 +15,8 @@ MPD_PREVIOUS,       Previous song  MPD_NEXT,           Next song  MPD_BACKWARD,       Seek backwards  MPD_FORWARD,        Seek forwards -MPD_VOLUME_UP,      Increase volume -MPD_VOLUME_DOWN,    Decrease volume +MPD_VOLUME_UP,      Increase MPD volume +MPD_VOLUME_DOWN,    Decrease MPD volume  MPD_SEARCH,         Global search  MPD_ADD,            Add selection to playlist @@ -31,7 +31,7 @@ MPD_COMMAND,        Send raw command to MPD  #ifdef WITH_PULSE  PULSE_VOLUME_UP,    Increase PulseAudio volume  PULSE_VOLUME_DOWN,  Decrease PulseAudio volume -PULSE_MUTE,         Toggle mute of MPD PulseAudio sink +PULSE_MUTE,         Toggle PulseAudio sink mute  #endif  CHOOSE,             Choose item | 
