Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #stop
- begin
- prog = irexec
- remote = *
- button = RED
- repeat = 0
- config = mpc stop
- end
- #pause
- begin
- prog = irexec
- remote = *
- button = OK
- repeat = 0
- config = mpc toggle
- end
- begin
- prog = irexec
- remote = *
- button = YELLOW
- repeat = 0
- config = mpc play
- end
- #next
- begin
- prog = irexec
- remote = *
- button = RIGHT
- repeat = 0
- config = mpc next
- end
- #previous
- begin
- prog = irexec
- remote = *
- button = LEFT
- repeat = 0
- config = mpc prev
- end
- #volume down
- begin
- prog = irexec
- remote = *
- button = DOWN
- repeat = 0
- config = amixer set PCM 5%-
- end
- #volume up
- begin
- prog = irexec
- remote = *
- button = UP
- repeat = 0
- config = amixer set PCM 5%+
- end
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.