Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 597 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 597 Bytes

Media Key Action

version

Controls playback with the following media keys:

  • Play / Pause
  • Stop
  • Mute
  • Play Previous Track
  • Play Next Track
  • Volume Up
  • Volume Down

Dependencies

Linux and macOS

This action needs xdotool to be installed.

On macOS, this can be installed via homebrew

brew install xdotool

On Debian based systems, this can be installed via aptitude

sudo apt install xdotool

On Manjaro this can be installed via pamac

pamac install xdotool